Skip to content

Commit

Permalink
Fix usage instructions for old CMake versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Apr 27, 2019
1 parent c6171bf commit d815f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FetchContent_Declare(
FetchContent_GetProperties(Sodium)
if(NOT sodium_POPULATED)
set(SODIUM_DISABLE_TESTS ON)
set(SODIUM_DISABLE_TESTS ON CACHE INTERNAL "")
FetchContent_Populate(Sodium)
add_subdirectory(
Expand Down

0 comments on commit d815f04

Please sign in to comment.