diff options
| author | Howard Butler <howard@hobu.co> | 2016-03-07 15:24:56 -0600 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2016-03-07 15:24:56 -0600 |
| commit | 745604f2f613a1f0e041b49097e87a4f2ed3164a (patch) | |
| tree | c1e9fabcaa3c49a8788296c9e3567a6b5b278e6b | |
| parent | 349a4287d578cecf3754b0899ce506ed2bb8d8f8 (diff) | |
| parent | d4b96960c521c4a72fcff59a0e5b21fad08396e7 (diff) | |
| download | PROJ-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.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) |
