diff options
| author | Sean McBride <sean@rogue-research.com> | 2016-03-07 16:16:21 -0500 |
|---|---|---|
| committer | Sean McBride <sean@rogue-research.com> | 2016-03-07 16:16:21 -0500 |
| commit | d4b96960c521c4a72fcff59a0e5b21fad08396e7 (patch) | |
| tree | c1e9fabcaa3c49a8788296c9e3567a6b5b278e6b /cmake | |
| parent | 349a4287d578cecf3754b0899ce506ed2bb8d8f8 (diff) | |
| download | PROJ-d4b96960c521c4a72fcff59a0e5b21fad08396e7.tar.gz PROJ-d4b96960c521c4a72fcff59a0e5b21fad08396e7.zip | |
Fixed a cmake option message that was being truncated due to being split into multiple lines
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/Proj4Mac.cmake | 3 |
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) |
