aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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()