From 48529dbb5c781f70fd002fb01f4c16a618522145 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Tue, 5 Jun 2018 19:06:05 +0200 Subject: Remove include(CTest) as unnecessary The library does not require CDash server, so there is no point in generating all testing configurations (ie. Experimental, Continuous, Nightly) CTest also adds implicit BUILD_TESTING option (default ON) which is not used by the library - there is custom PROJ_TESTS. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a902f185..fed33372 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,6 @@ endif () option(PROJ_TESTS "Enable build of collection of PROJ tests" ON) boost_report_value(PROJ_TESTS) if(PROJ_TESTS) - include(CTest) enable_testing() endif(PROJ_TESTS) include(ProjTest) -- cgit v1.2.3