Remove option that is no longer needed

This commit is contained in:
Jonathan Müller 2018-09-21 13:00:00 +02:00
commit f8355100c9

View file

@ -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)