mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 09:03:57 -07:00
Revert option from WITH_TESTS to TEST
This commit is contained in:
parent
7fe60279de
commit
b63475829b
2 changed files with 3 additions and 3 deletions
|
|
@ -234,8 +234,8 @@ if(WITH_ORACLE)
|
|||
endif()
|
||||
|
||||
# Compile tests (default off)
|
||||
option(WITH_TESTS "build tests" OFF)
|
||||
if(WITH_TESTS)
|
||||
option(TEST "build tests" OFF)
|
||||
if(TEST)
|
||||
include(CTest)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue