From 5179435614ab9bf8493bdfdd852221b27cd6ea0e Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Tue, 11 Feb 2020 11:05:34 +1300 Subject: CMake: simplify message functions * Remove colormsg(); just use message() * Rename boost_report_value() with print_variable() --- cmake/ProjMac.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmake/ProjMac.cmake') 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() -- cgit v1.2.3