aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-02-07 11:24:58 +0100
committerGitHub <noreply@github.com>2021-02-07 11:24:58 +0100
commit5366db1b15d6152b77fff0d8a78b99a6ecf7d306 (patch)
tree0e4bc35d925166ba3ab3f695ff79ad723abc7ac1 /CMakeLists.txt
parent197ea0569bc39651a5c7a216bfbe1e674a099c84 (diff)
parent2ceb24ce207d1ae4c187d79dddd236f80cb47f3f (diff)
downloadPROJ-5366db1b15d6152b77fff0d8a78b99a6ecf7d306.tar.gz
PROJ-5366db1b15d6152b77fff0d8a78b99a6ecf7d306.zip
Merge pull request #2511 from mwtoews/remove-cmake-configurations-8.0
CMake: remove old configuration option aliases
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 344823ee..c4ed49f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -259,12 +259,6 @@ set(CMAKECONFIGDIR "${DEFAULT_CMAKEDIR}"
################################################################################
include(CTest)
-# Support older option, to be removed by PROJ 8.0
-if(DEFINED PROJ_TESTS)
- message(DEPRECATION "PROJ_TESTS has been replaced with BUILD_TESTING")
- set(BUILD_TESTING ${PROJ_TESTS})
-endif()
-
if(BUILD_TESTING)
include(ProjTest)
else()