mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 06:25:49 +00:00
Add delimiter when appending to CMAKE_CXX_FLAGS
This commit is contained in:
@@ -250,7 +250,7 @@ if (MSVC)
|
|||||||
-machine:X64)
|
-machine:X64)
|
||||||
else ()
|
else ()
|
||||||
# HACK : because these need to come first, before any warning demotion
|
# HACK : because these need to come first, before any warning demotion
|
||||||
string (APPEND CMAKE_CXX_FLAGS "-Wall -Wdeprecated")
|
string (APPEND CMAKE_CXX_FLAGS " -Wall -Wdeprecated")
|
||||||
# not MSVC
|
# not MSVC
|
||||||
target_compile_options (common
|
target_compile_options (common
|
||||||
INTERFACE
|
INTERFACE
|
||||||
|
|||||||
Reference in New Issue
Block a user