From d4b96960c521c4a72fcff59a0e5b21fad08396e7 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 7 Mar 2016 16:16:21 -0500 Subject: Fixed a cmake option message that was being truncated due to being split into multiple lines --- cmake/Proj4Mac.cmake | 3 +-- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3