aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Loskot <mateusz@loskot.net>2018-06-05 19:06:05 +0200
committerMateusz Loskot <mateusz@loskot.net>2018-06-05 19:06:05 +0200
commit48529dbb5c781f70fd002fb01f4c16a618522145 (patch)
tree53307a6894af385ca4b8523ebe2c9a89f75c0cc7
parent0a2eed78d2da3d233f206c417fb767de12328307 (diff)
downloadPROJ-48529dbb5c781f70fd002fb01f4c16a618522145.tar.gz
PROJ-48529dbb5c781f70fd002fb01f4c16a618522145.zip
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.
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)