aboutsummaryrefslogtreecommitdiff
path: root/cmake/policies.cmake
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2017-09-27 16:25:39 -0500
committerGitHub <noreply@github.com>2017-09-27 16:25:39 -0500
commita90a9ec5daa335b8b5eb6c93e4f5a0e48ca5656e (patch)
treef0ba9ec27b9cb48ae02b08e5f0648c13bb5cdd1e /cmake/policies.cmake
parent1402ac196457fb99bb16962c0d1371b6885b44c3 (diff)
downloadPROJ-a90a9ec5daa335b8b5eb6c93e4f5a0e48ca5656e.tar.gz
PROJ-a90a9ec5daa335b8b5eb6c93e4f5a0e48ca5656e.zip
CMake updates (#578)
* install proj4 data in share/proj, not share/ * no need for CMP0022 policy anymore
Diffstat (limited to 'cmake/policies.cmake')
-rw-r--r--cmake/policies.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/policies.cmake b/cmake/policies.cmake
index c16fbc12..e1bfd53b 100644
--- a/cmake/policies.cmake
+++ b/cmake/policies.cmake
@@ -1,5 +1,4 @@
if (CMAKE_MAJOR_VERSION GREATER 2)
- cmake_policy(SET CMP0022 OLD) # interface link libraries
cmake_policy(SET CMP0042 NEW) # osx rpath
cmake_policy(SET CMP0011 NEW) # policy setting
endif()