Add delimiter when appending to CMAKE_CXX_FLAGS

This commit is contained in:
seelabs
2018-08-03 16:30:55 -04:00
parent 24d2687f2d
commit 4aa0bc37c0

View File

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