aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-06-05 20:23:11 +0200
committerGitHub <noreply@github.com>2018-06-05 20:23:11 +0200
commit5613d33bd037b238c6c1d5a29bbfec9338e3c2bb (patch)
tree53307a6894af385ca4b8523ebe2c9a89f75c0cc7
parent0a2eed78d2da3d233f206c417fb767de12328307 (diff)
parent48529dbb5c781f70fd002fb01f4c16a618522145 (diff)
downloadPROJ-5613d33bd037b238c6c1d5a29bbfec9338e3c2bb.tar.gz
PROJ-5613d33bd037b238c6c1d5a29bbfec9338e3c2bb.zip
Merge pull request #1030 from mloskot/ml/remove-ctest-cdash
Remove include(CTest) as unnecessary
-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)