diff options
| -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) |
