aboutsummaryrefslogtreecommitdiff
path: root/cmake/ProjMac.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/ProjMac.cmake')
-rw-r--r--cmake/ProjMac.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/ProjMac.cmake b/cmake/ProjMac.cmake
index 0de87941..d566ef0e 100644
--- a/cmake/ProjMac.cmake
+++ b/cmake/ProjMac.cmake
@@ -23,7 +23,7 @@ if(APPLE)
"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)
- boost_report_value(FRAMEWORKDIR)
+ print_variable(BUNDLEDIR)
+ print_variable(PROJ_INSTALL_NAME_DIR)
+ print_variable(FRAMEWORKDIR)
endif()