aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-02-03 05:38:59 +1300
committerMike Taves <mwtoews@gmail.com>2021-02-03 05:38:59 +1300
commit2ceb24ce207d1ae4c187d79dddd236f80cb47f3f (patch)
treef246949cd7d24f747a20cc893ef6d6668a1862d2 /CMakeLists.txt
parentdb2950e56ea26a0949b71378d73559a16fc40f26 (diff)
downloadPROJ-2ceb24ce207d1ae4c187d79dddd236f80cb47f3f.tar.gz
PROJ-2ceb24ce207d1ae4c187d79dddd236f80cb47f3f.zip
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 ee1444a4..4438fe2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -252,12 +252,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()