From 88f81d80a484e4a0a598af133966d81d382a8479 Mon Sep 17 00:00:00 2001 From: click Date: Wed, 20 Oct 2010 16:35:17 +0200 Subject: BuildSystem: Add XCode specific compiler handling in the OSX compile-instructions (_BUILD_DIRECTIVE gave error) Update issue #4368 OSX/XCode compilation is not "fixed" as such untill a newew release of G3D is sorted. This is worked on from the G3D developers, and known. --HG-- branch : trunk --- cmake/compiler/xcode/settings.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake/compiler/xcode') diff --git a/cmake/compiler/xcode/settings.cmake b/cmake/compiler/xcode/settings.cmake index 8f94516c354..cd33fc1fa21 100644 --- a/cmake/compiler/xcode/settings.cmake +++ b/cmake/compiler/xcode/settings.cmake @@ -1,3 +1,2 @@ # Set build-directive (used in core to tell which buildtype we used) add_definitions(-D_BUILD_DIRECTIVE="$(CONFIGURATION)") - -- cgit v1.2.3