[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51969] trunk/blender/CMakeLists.txt: Fix a typo and more descriptve commet

jens verwiebe info at jensverwiebe.de
Wed Nov 7 11:52:16 CET 2012


Revision: 51969
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51969
Author:   jensverwiebe
Date:     2012-11-07 10:52:07 +0000 (Wed, 07 Nov 2012)
Log Message:
-----------
Fix a typo and more descriptve commet

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

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2012-11-07 10:43:31 UTC (rev 51968)
+++ trunk/blender/CMakeLists.txt	2012-11-07 10:52:07 UTC (rev 51969)
@@ -291,7 +291,7 @@
 	message(STATUS "Detected system-version: " ${OSX_SYSTEM})
 	
 	if(NOT CMAKE_OSX_DEPLOYMENT_TARGET)
-			set(CMAKE_OSX_DEPLOYMENT_TARGET "10.6" CACHE STRING "" FORCE) # 10.6 is our minimum target, if you have higher sdk, weak linking happens - with 10.5 we have a still not solved problems, build those with 10.5.sdk !!!
+			set(CMAKE_OSX_DEPLOYMENT_TARGET "10.6" CACHE STRING "" FORCE) # 10.6 is our min. target, if you use higher sdk, weak linking happens - with 10.5 we have still not solved problems, build those with 10.5.sdk for now !!!
 	endif()
 
 	if(${CMAKE_GENERATOR} MATCHES "Xcode")




More information about the Bf-blender-cvs mailing list