From d815f04fe472e0804af8de8655058c24b1ac2f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Lind=C3=A9n?= Date: Sat, 27 Apr 2019 15:03:31 +0200 Subject: [PATCH] Fix usage instructions for old CMake versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be9328..51a4fb7 100644 --- a/README.md +++ b/README.md @@ -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(