cmake_modules/platform.cmake
branch0.9.20
changeset 9889 54b49e8d8bfa
parent 9887 6add6157b58e
child 9899 5b8bde62a8ef
--- a/cmake_modules/platform.cmake	Fri Jan 03 01:40:23 2014 +0100
+++ b/cmake_modules/platform.cmake	Fri Jan 03 01:40:50 2014 +0100
@@ -64,7 +64,7 @@
         endif()
         list(LENGTH CMAKE_OSX_ARCHITECTURES num_of_archs)
         if(num_of_archs GREATER 1)
-            message(${WARNING} "Only one architecture in CMAKE_OSX_ARCHITECTURES is currently supported, picking the first one")
+            message("*** Only one architecture in CMAKE_OSX_ARCHITECTURES is supported, picking the first one ***")
         endif()
     elseif(CMAKE_SIZEOF_VOID_P MATCHES "8")
         #if that variable is not set check if we are on x86_64 and if so force it, else use default