aboutsummaryrefslogtreecommitdiff
path: root/cmake/compiler/xcode
diff options
context:
space:
mode:
authorclick <per.wilhelmsengmail.com>2011-01-01 09:49:23 +0100
committerclick <per.wilhelmsengmail.com>2011-01-01 09:49:23 +0100
commitb342e4ce16b326db75dd13a2d046acdaf7679463 (patch)
tree68c804a2649cd385a8eb5db102ba4b19824e135b /cmake/compiler/xcode
parentb1f525ba7ac8b7b661b9043889b5fd797a538929 (diff)
Buildsystem: Minor correction on the BUILD_DIRECTIVE definition on OSX - now with extra testing behind it.
Diffstat (limited to 'cmake/compiler/xcode')
-rw-r--r--cmake/compiler/xcode/settings.cmake2
1 files changed, 1 insertions, 1 deletions
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)"')