mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[CMAKE] Get rid of add_compile_flags
Use add_compile_options and the like instead
This commit is contained in:
committed by
Jérôme Gardou
parent
84621b3634
commit
00ed72d7e8
@@ -58,7 +58,7 @@ else()
|
||||
endif()
|
||||
|
||||
if(MSVC_IDE)
|
||||
add_compile_flags("/MP")
|
||||
add_compile_options("/MP")
|
||||
endif()
|
||||
|
||||
# Bison and Flex support
|
||||
|
Reference in New Issue
Block a user