We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4669cb1 commit 43cc894Copy full SHA for 43cc894
tests/CMakeLists.txt
@@ -5,7 +5,7 @@ project(jsonexpr_tests LANGUAGES CXX)
5
include(FetchContent)
6
set(FETCHCONTENT_QUIET FALSE)
7
8
-set(SNITCH_DEFINE_MAIN OFF)
+set(SNITCH_DEFINE_MAIN OFF CACHE INTERNAL "")
9
FetchContent_Declare(snitch
10
URL https://github.com/snitch-org/snitch/archive/refs/tags/v1.2.5.zip)
11
FetchContent_MakeAvailable(snitch)
0 commit comments