We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48240cf commit 8903cb6Copy full SHA for 8903cb6
dev/CMakeLists.txt
@@ -21,8 +21,8 @@ if((NOT SOBJECTIZER_BUILD_STATIC) AND (NOT SOBJECTIZER_BUILD_SHARED))
21
endif()
22
23
if(NOT SOBJECTIZER_BUILD_STATIC)
24
- if(BUILD_ALL OR BUILD_EXAMPLES OR BUILD_TESTS)
25
- message(FATAL_ERROR "BUILD_ALL/BUILD_EXAMPLES/BUILD_TESTS can't be used"
+ if(BUILD_ALL OR BUILD_EXAMPLES)
+ message(FATAL_ERROR "BUILD_ALL/BUILD_EXAMPLES can't be used"
26
" if SOBJECTIZER_BUILD_STATIC is OFF")
27
28
0 commit comments