mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 19:37:10 +00:00
[CMAKE] Get rid of add_compile_flags
Use add_compile_options and the like instead
This commit is contained in:
parent
84621b3634
commit
00ed72d7e8
26 changed files with 158 additions and 198 deletions
|
@ -8,7 +8,7 @@ endif()
|
|||
|
||||
if(MSVC)
|
||||
# Explicitly use string pooling
|
||||
add_compile_flags("/GF")
|
||||
add_compile_options("/GF")
|
||||
endif()
|
||||
|
||||
spec2def(freeldr_pe.exe freeldr.spec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue