lowercase SET_SOURCE_FILES_PROPERTIES cmake command

This commit is contained in:
Lysann Schlegel
2012-12-08 10:55:01 +01:00
parent ae001a43b3
commit 73a47857c9

View File

@@ -40,7 +40,7 @@ elseif(APPLE)
list(APPEND SOURCES ${MAC_SOURCES})
# make sure we use the gcc for Objective-C files as well so that the
# sysroot and deployment target arguments are correctly passed to the compiler
SET_SOURCE_FILES_PROPERTIES(${MAC_OBJC_SOURCES} PROPERTIES LANGUAGE C)
set_source_files_properties(${MAC_OBJC_SOURCES} PROPERTIES LANGUAGE C)
else()
list(APPEND SOURCES os_nix.c)
endif()