[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52095] trunk/blender/CMakeLists.txt: OSX/ cmake: actualize message for xcode specifics

jens verwiebe info at jensverwiebe.de
Sun Nov 11 15:33:06 CET 2012


Revision: 52095
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52095
Author:   jensverwiebe
Date:     2012-11-11 14:33:06 +0000 (Sun, 11 Nov 2012)
Log Message:
-----------
OSX/cmake: actualize message for xcode specifics

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2012-11-11 14:07:58 UTC (rev 52094)
+++ trunk/blender/CMakeLists.txt	2012-11-11 14:33:06 UTC (rev 52095)
@@ -296,11 +296,11 @@
 
 	if(${CMAKE_GENERATOR} MATCHES "Xcode")
 	
-		##### workaround for actual official cmake incompatibility with xcode 4.3 #####
+		##### cmake incompatibility with xcode  4.3 and higher #####
 		if(${XCODE_VERSION} MATCHES '') # cmake fails due looking for xcode in the wrong path, thus will be empty var
-			message("Official cmake does not yet support Xcode 4.3, get a patched version here: http://www.jensverwiebe.de/Blender/CMake%202.8-7patched.zip")
+			message(FATAL_ERROR "Xcode 4.3 and higher must be used with cmake 2.8-8 or higher")
 		endif()
-		### end workaround for actual official cmake incompatibility with xcode 4.3 ###
+		### end cmake incompatibility with xcode 4.3 and higher ###
 		
 		if(${XCODE_VERSION} VERSION_EQUAL 4 OR ${XCODE_VERSION} VERSION_GREATER 4 AND ${XCODE_VERSION} VERSION_LESS 4.3)
 			# Xcode 4 defaults to the Apple LLVM Compiler.




More information about the Bf-blender-cvs mailing list