Don't warn in example on 32bit only print message

This commit is contained in:
Patrick Niklaus
2016-11-18 16:57:54 +00:00
committed by Patrick Niklaus
parent a764fd1f29
commit 841c032a0d
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(bitness 64)
message(STATUS "Building on a 64 bit system")
else()
message(WARNING "Building on a 32 bit system is unsupported")
message(STATUS "Building on a 32 bit system")
endif()
if(WIN32 AND MSVC_VERSION LESS 1900)