mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
improve language flag for Objective-C compiler call
This commit is contained in:
parent
43d75a0796
commit
36e5864a82
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user