From 8b39845d6ff8caa8fa7cb3ad180b2a349fcb3f38 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 31 Jan 2018 13:33:02 +0100 Subject: [PATCH] Remove uneeded enable_test() cf https://gitlab.kitware.com/cmake/cmake/blob/master/Modules/CTest.cmake#L88 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9556f6..99eaf3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ()