aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2019-04-16 21:29:17 +1200
committerMike Taves <mwtoews@gmail.com>2019-04-16 21:31:13 +1200
commit74723a7dff60542af4cadffb9797b5ae60e4a88e (patch)
treef83ebceadcdc3dec57b92d6c5d9955abf22e4cb4 /CMakeLists.txt
parentfb125618fd18f112ed6f37662b021d07a602ff90 (diff)
downloadPROJ-74723a7dff60542af4cadffb9797b5ae60e4a88e.tar.gz
PROJ-74723a7dff60542af4cadffb9797b5ae60e4a88e.zip
Remove `PROJ_COMPILATION=1` definition
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68c941c6..9a23ad79 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,8 +19,6 @@ if(NOT CMAKE_VERSION VERSION_LESS 3.1)
cmake_policy(SET CMP0054 NEW)
endif()
-add_definitions(-DPROJ_COMPILATION=1)
-
# Set C++ version
# Make CMAKE_CXX_STANDARD available as cache option overridable by user
set(CMAKE_CXX_STANDARD 11