We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a844f commit 18f67a9Copy full SHA for 18f67a9
CMakeLists.txt
@@ -13,9 +13,9 @@ include(FetchContent)
13
14
if (IS_DIRECTORY "${PROJECT_SOURCE_DIR}/.git" AND NOT CMAKE_CROSSCOMPILING)
15
file(COPY "${CMAKE_SOURCE_DIR}/scripts/pre-commit" "${CMAKE_SOURCE_DIR}/scripts/commit-msg" DESTINATION "${PROJECT_SOURCE_DIR}/.git/hooks")
16
- option(VERIFIER_ENABLE_TESTS "Build tests" ON)
+ option(prevail_ENABLE_TESTS "Build tests" ON)
17
else ()
18
- option(VERIFIER_ENABLE_TESTS "Build tests" OFF)
+ option(prevail_ENABLE_TESTS "Build tests" OFF)
19
endif ()
20
21
message("Building tests: ${prevail_ENABLE_TESTS}")
0 commit comments