Skip to content

Commit 43cc894

Browse files
committed
Fix option not passed correctly to snitch
1 parent 4669cb1 commit 43cc894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(jsonexpr_tests LANGUAGES CXX)
55
include(FetchContent)
66
set(FETCHCONTENT_QUIET FALSE)
77

8-
set(SNITCH_DEFINE_MAIN OFF)
8+
set(SNITCH_DEFINE_MAIN OFF CACHE INTERNAL "")
99
FetchContent_Declare(snitch
1010
URL https://github.com/snitch-org/snitch/archive/refs/tags/v1.2.5.zip)
1111
FetchContent_MakeAvailable(snitch)

0 commit comments

Comments
 (0)