Remove option that is no longer needed
This commit is contained in:
parent
73f41aac05
commit
f8355100c9
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ option(CPPAST_ENABLE_PRECONDITION_CHECKS "whether or not to enable precondition
|
|||
option(CPPAST_BUILD_TEST "whether or not to build the tests" OFF)
|
||||
option(CPPAST_BUILD_EXAMPLE "whether or not to build the examples" OFF)
|
||||
option(CPPAST_BUILD_TOOL "whether or not to build the tool" OFF)
|
||||
option(BUILD_TESTING "build test" OFF) # The ctest variable for building tests
|
||||
|
||||
if(${CPPAST_BUILD_TEST} OR (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR))
|
||||
set(build_test ON)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue