aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2016-03-07 15:24:56 -0600
committerHoward Butler <howard@hobu.co>2016-03-07 15:24:56 -0600
commit745604f2f613a1f0e041b49097e87a4f2ed3164a (patch)
treec1e9fabcaa3c49a8788296c9e3567a6b5b278e6b
parent349a4287d578cecf3754b0899ce506ed2bb8d8f8 (diff)
parentd4b96960c521c4a72fcff59a0e5b21fad08396e7 (diff)
downloadPROJ-745604f2f613a1f0e041b49097e87a4f2ed3164a.tar.gz
PROJ-745604f2f613a1f0e041b49097e87a4f2ed3164a.zip
Merge pull request #365 from seanm/master
Fixed a cmake option message that was being truncated due to being sp…
-rw-r--r--cmake/Proj4Mac.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/Proj4Mac.cmake b/cmake/Proj4Mac.cmake
index c2448e7b..9032d056 100644
--- a/cmake/Proj4Mac.cmake
+++ b/cmake/Proj4Mac.cmake
@@ -15,8 +15,7 @@ endif(APPLE)
set(PROJ_RESOURCES "" )
if(APPLE)
- option(BUILD_FRAMEWORKS_AND_BUNDLE "if set to ON, build a library framework and application bundle,
- otherwise install classical UNIX bin/lib" OFF )
+ option(BUILD_FRAMEWORKS_AND_BUNDLE "if set to ON, build a library framework and application bundle, otherwise install classical UNIX bin/lib" OFF )
set(DEFAULT_BINDIR ${BUNDLEDIR})
boost_report_value(BUNDLEDIR)
boost_report_value(PROJ_INSTALL_NAME_DIR)