improve language flag for Objective-C compiler call

This commit is contained in:
Stephan Witt 2014-04-30 23:14:30 +02:00
parent 43d75a0796
commit 36e5864a82

View File

@ -25,7 +25,7 @@ file(GLOB support_linkback_headers ${TOP_SRC_DIR}/src/support/linkback/*.h)
set_source_files_properties(${support_linkback_sources} set_source_files_properties(${support_linkback_sources}
${TOP_SRC_DIR}/src/support/AppleSpeller.m ${TOP_SRC_DIR}/src/support/AppleSpeller.m
${TOP_SRC_DIR}/src/support/AppleScript.m ${TOP_SRC_DIR}/src/support/AppleScript.m
PROPERTIES COMPILE_FLAGS "-ansi") PROPERTIES COMPILE_FLAGS "-std=c99")
list(REMOVE_ITEM support_sources list(REMOVE_ITEM support_sources
${TOP_SRC_DIR}/src/support/os_win32.cpp ${TOP_SRC_DIR}/src/support/os_win32.cpp