From 1230a55bd1d50fcc96cac491c1b3e5f767796f0b Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Thu, 19 Nov 2020 22:38:16 +0100 Subject: [PATCH] cmake: restore one ".." --- GUI/coregui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/coregui/CMakeLists.txt b/GUI/coregui/CMakeLists.txt index 707ec0694c4..db995c508df 100644 --- a/GUI/coregui/CMakeLists.txt +++ b/GUI/coregui/CMakeLists.txt @@ -77,7 +77,7 @@ if(BORNAGAIN_CRASHHANDLER) endif() if(WIN32) - string(APPEND CMAKE_CXX_FLAGS -DBA_CORE_BUILD_DLL) + string(APPEND CMAKE_CXX_FLAGS " -DBA_CORE_BUILD_DLL") endif() -- GitLab