cmake_modules/platform.cmake
changeset 9151 1d2df388fcc6
parent 9150 79c58ff0d4b1
child 9191 fc54667b1203
child 9210 31fedd5ef878
--- 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()