--- 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