diff options
| author | click <per.wilhelmsengmail.com> | 2011-01-01 09:49:23 +0100 |
|---|---|---|
| committer | click <per.wilhelmsengmail.com> | 2011-01-01 09:49:23 +0100 |
| commit | b342e4ce16b326db75dd13a2d046acdaf7679463 (patch) | |
| tree | 68c804a2649cd385a8eb5db102ba4b19824e135b | |
| parent | b1f525ba7ac8b7b661b9043889b5fd797a538929 (diff) | |
Buildsystem: Minor correction on the BUILD_DIRECTIVE definition on OSX - now with extra testing behind it.
| -rw-r--r-- | cmake/compiler/xcode/settings.cmake | 2 |
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)"') |
