Fixed typo in the sfml-graphics CMake file

This commit is contained in:
Laurent Gomila 2014-07-03 08:01:44 +02:00
parent d73418261b
commit 471873dff9

View File

@ -157,7 +157,7 @@ add_definitions(-DSTBI_FAILURE_USERMSG)
# ImageLoader.cpp must be compiled with the -fno-strict-aliasing
# when gcc is used; otherwise saving PNGs may crash in stb_image_write
if(SFML_OS_COMPILER_GCC)
if(SFML_COMPILER_GCC)
set_source_files_properties(${SRCROOT}/ImageLoader.cpp PROPERTIES COMPILE_FLAGS -fno-strict-aliasing)
endif()