diff --git a/README.md b/README.md index 4818a88..742c31e 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,10 @@ make test ## Using in your project ```cmake -FetchContent_Declare( - Sodium +FetchContent_Declare(Sodium GIT_REPOSITORY https://github.com/robinlinden/libsodium-cmake.git ) -set(SODIUM_DISABLE_TESTS ON CACHE INTERNAL "") +set(SODIUM_DISABLE_TESTS ON) FetchContent_MakeAvailable(Sodium) target_link_libraries(${PROJECT_NAME}