mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Add delimiter when appending to CMAKE_CXX_FLAGS
This commit is contained in:
@@ -250,7 +250,7 @@ if (MSVC)
|
||||
-machine:X64)
|
||||
else ()
|
||||
# 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
|
||||
target_compile_options (common
|
||||
INTERFACE
|
||||
|
||||
Reference in New Issue
Block a user