diff -r 79c58ff0d4b1 -r 1d2df388fcc6 cmake_modules/platform.cmake --- a/cmake_modules/platform.cmake Sat Jun 08 01:22:46 2013 +0200 +++ b/cmake_modules/platform.cmake Sat Jun 08 01:31:53 2013 +0200 @@ -16,7 +16,7 @@ if(NOT minimum_macosx_version) message(FATAL_ERROR "sw_vers not found! Need explicit MACOSX_DEPLOYMENT_TARGET variable set") else() - message(${WARNING} "sw_vers not found! Fallback to MACOSX_DEPLOYMENT_TARGET variable") + message("*** sw_vers not found! Fallback to MACOSX_DEPLOYMENT_TARGET variable ***") set(current_macosx_version ${minimum_macosx_version}) endif() endif()