mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Let's try to fix GCC builds on Linux bots.
svn path=/trunk/; revision=59100
This commit is contained in:
parent
7c2b066810
commit
318eca778f
1 changed files with 4 additions and 4 deletions
|
@ -36,11 +36,11 @@ add_library(consrv SHARED
|
|||
# FIXME: http://www.cmake.org/Bug/view.php?id=12998
|
||||
if(MSVC)
|
||||
## NOTE: No need to specify it as we use MSVC :)
|
||||
#add_target_compile_flags(consrv "/Ze")
|
||||
##set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "/Ze")
|
||||
##add_target_compile_flags(consrv "/Ze")
|
||||
#set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "/Ze")
|
||||
else()
|
||||
add_target_compile_flags(consrv "-fms-extensions")
|
||||
#set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-fms-extensions")
|
||||
#add_target_compile_flags(consrv "-fms-extensions")
|
||||
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-fms-extensions")
|
||||
endif()
|
||||
|
||||
target_link_libraries(consrv win32ksys ${PSEH_LIB} uuid) # win32ksys because of NtUser...()
|
||||
|
|
Loading…
Reference in a new issue