Commit 8b39845d authored by Corentin Le Molgat's avatar Corentin Le Molgat
parent 9ab4d115
...@@ -573,7 +573,6 @@ configure_file (cmake/config.cmake.in "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}-con ...@@ -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 # testing - MUST follow the generation of the build tree config file
if (BUILD_TESTING) if (BUILD_TESTING)
include (CTest) include (CTest)
enable_testing ()
add_subdirectory (test) add_subdirectory (test)
endif () endif ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment