From b342e4ce16b326db75dd13a2d046acdaf7679463 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 1 Jan 2011 09:49:23 +0100 Subject: Buildsystem: Minor correction on the BUILD_DIRECTIVE definition on OSX - now with extra testing behind it. --- cmake/compiler/xcode/settings.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/compiler/xcode') diff --git a/cmake/compiler/xcode/settings.cmake b/cmake/compiler/xcode/settings.cmake index ad3c58e4cd0..b2f73e71310 100644 --- a/cmake/compiler/xcode/settings.cmake +++ b/cmake/compiler/xcode/settings.cmake @@ -1,2 +1,2 @@ # Set build-directive (used in core to tell which buildtype we used) -add_definitions(-D_BUILD_DIRECTIVE=\\"$(CONFIGURATION)\\") +add_definitions(-D_BUILD_DIRECTIVE='"$(CONFIGURATION)"') -- cgit v1.2.3