Skip to content

Commit 18f67a9

Browse files
author
Alan Jowett
committed
Revert: Use prevail_ENABLE_TESTS instead of VERIFIER_ENABLE_TESTS for compatibility
Signed-off-by: Alan Jowett <[email protected]>
1 parent 57a844f commit 18f67a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ include(FetchContent)
1313

1414
if (IS_DIRECTORY "${PROJECT_SOURCE_DIR}/.git" AND NOT CMAKE_CROSSCOMPILING)
1515
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)
16+
option(prevail_ENABLE_TESTS "Build tests" ON)
1717
else ()
18-
option(VERIFIER_ENABLE_TESTS "Build tests" OFF)
18+
option(prevail_ENABLE_TESTS "Build tests" OFF)
1919
endif ()
2020

2121
message("Building tests: ${prevail_ENABLE_TESTS}")

0 commit comments

Comments
 (0)