aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConlan Cesar <HeroCC@users.noreply.github.com>2019-08-06 09:13:47 -0400
committerGitHub <noreply@github.com>2019-08-06 09:13:47 -0400
commitf849dc37f106ccd9a7a60c2aa04e73e0794b5a39 (patch)
treed0c3aeea8d183fb75e480aca073c5fa11afef53e
parent166c215fc8016f6359f63d749cb3ff06f612692c (diff)
downloadPROJ-f849dc37f106ccd9a7a60c2aa04e73e0794b5a39.tar.gz
PROJ-f849dc37f106ccd9a7a60c2aa04e73e0794b5a39.zip
Remove the "LANGUAGES" CMake 3 keyword
`LANGUAGES` in this context was first introduced as a CMake 3 feature, but we advertise 2.6 support. Removing the keyword restores compatibility.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 98b2c533..7f61e21a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@
cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)
# For historic reasons, the CMake PROJECT-NAME is PROJ4
-project(PROJ4 LANGUAGES C CXX)
+project(PROJ4 C CXX)
set(PROJECT_INTERN_NAME PROJ)
if (NOT CMAKE_VERSION VERSION_LESS 3.1)