aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2015-02-17 16:52:44 +0000
committerHoward Butler <howard@hobu.co>2015-02-17 16:52:44 +0000
commitb6db90d054e78b1331e117b03be8470c1d251b3e (patch)
treef30231c24621b486278803fcad9576de953797b8 /CMakeLists.txt
parent3e6f53a7a90b6e2eec59f78c36ddb87e693c55b9 (diff)
downloadPROJ-b6db90d054e78b1331e117b03be8470c1d251b3e.tar.gz
PROJ-b6db90d054e78b1331e117b03be8470c1d251b3e.zip
#256: CMake tweaks
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2608 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f74a83c5..10ea19ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ colormsg(_HIBLUE_ "Configuring PROJ:")
#PROJ version information
#################################################################################
include(Proj4Version)
-proj_version(MAJOR 4 MINOR 9 PATCH 1)
+proj_version(MAJOR 4 MINOR 9 PATCH 0)
#################################################################################
# Build features and variants
@@ -39,6 +39,7 @@ proj_version(MAJOR 4 MINOR 9 PATCH 1)
include(Proj4SystemInfo)
include(Proj4Config)
include(Proj4Mac)
+include(policies)
boost_report_value(PROJ_PLATFORM_NAME)
boost_report_value(PROJ_COMPILER_NAME)