[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

@@ -58,7 +58,7 @@ else()
endif()
if(MSVC_IDE)
add_compile_flags("/MP")
add_compile_options("/MP")
endif()
# Bison and Flex support