[CMAKE] Get rid of add_compile_flags

Use add_compile_options and the like instead
This commit is contained in:
Jérôme Gardou 2020-09-21 12:16:02 +02:00 committed by Jérôme Gardou
parent 84621b3634
commit 00ed72d7e8
26 changed files with 158 additions and 198 deletions

View file

@ -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)