mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 02:52:13 +00:00
[CMAKE] Fix GCC -fstack-protector usage
This commit is contained in:
parent
a853102a7b
commit
c8d07514c8
15 changed files with 121 additions and 35 deletions
|
@ -127,8 +127,4 @@ if(NOT MSVC)
|
|||
target_link_libraries(msvcrtex oldnames)
|
||||
endif()
|
||||
|
||||
if(STACK_PROTECTOR)
|
||||
target_link_libraries(msvcrtex gcc_ssp)
|
||||
endif()
|
||||
|
||||
add_dependencies(msvcrtex psdk asm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue