diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-06-05 20:23:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-05 20:23:11 +0200 |
| commit | 5613d33bd037b238c6c1d5a29bbfec9338e3c2bb (patch) | |
| tree | 53307a6894af385ca4b8523ebe2c9a89f75c0cc7 | |
| parent | 0a2eed78d2da3d233f206c417fb767de12328307 (diff) | |
| parent | 48529dbb5c781f70fd002fb01f4c16a618522145 (diff) | |
| download | PROJ-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.txt | 1 |
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) |
