1
0
mirror of https://github.com/SFML/SFML.git synced 2025-03-14 01:40:05 +08:00

Improved cmake warning message

Related to 
This commit is contained in:
Marco Antognini 2014-04-20 21:45:22 +02:00
parent 6edc4b9518
commit 42f6e83dfb

@ -153,7 +153,7 @@ if(SFML_OS_MACOSX)
# Objective-C ARC requires a 64 bit runtime.
if(NOT CMAKE_OSX_ARCHITECTURES STREQUAL "x86_64")
message(FATAL_ERROR "CMAKE_OSX_ARCHITECTURES should be 'x86_64' to support ARC")
message(FATAL_ERROR "CMAKE_OSX_ARCHITECTURES should be 'x86_64'; SFML doesn't support 32 bit on Mac OS X.")
return()
endif()