We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937f0c4 commit 785be70Copy full SHA for 785be70
CMakeLists.txt
@@ -18,7 +18,7 @@ if(BUILD_TESTING)
18
set(THS-CMOCK_LOCATION "${cmock_SOURCE_DIR}")
19
set(THS-UNITY_LOCATION "${cmock_SOURCE_DIR}/vendor/unity")
20
# https://gitlab.kitware.com/cmake/cmake/-/issues/22813#note_1620373
21
- option(BUILD_TESTING_PROPERTY_DISABLED "WARNING: Bypass some tests" True)
+ option(BUILD_TESTING_PROPERTY_DISABLED "WARNING: Bypass some tests" false)
22
if(BUILD_TESTING_PROPERTY_DISABLED)
23
message(WARNING "TODO: Some tests are bypassed, please help fixing them")
24
endif()
0 commit comments