# HG changeset patch # User koda # Date 1388709650 -3600 # Node ID 54b49e8d8bfa4bd151c67714076b49d6cb1c31e6 # Parent 6add6157b58e1aea31f42e412726e9d49aadfcc4 remove one spurious WARNING tag from cmake message diff -r 6add6157b58e -r 54b49e8d8bfa cmake_modules/platform.cmake --- 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