Remove uneeded enable_test()

cf https://gitlab.kitware.com/cmake/cmake/blob/master/Modules/CTest.cmake#L88
This commit is contained in:
Corentin Le Molgat 2018-01-31 13:33:02 +01:00
parent 9ab4d115cb
commit 8b39845d6f

View file

@ -573,7 +573,6 @@ configure_file (cmake/config.cmake.in "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}-con
# testing - MUST follow the generation of the build tree config file
if (BUILD_TESTING)
include (CTest)
enable_testing ()
add_subdirectory (test)
endif ()