From 4aa0bc37c0fdfb871f5929e7bd544f787db412af Mon Sep 17 00:00:00 2001 From: seelabs Date: Fri, 3 Aug 2018 16:30:55 -0400 Subject: [PATCH] Add delimiter when appending to CMAKE_CXX_FLAGS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e481c17d..a47a2ffbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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