[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51126] trunk/blender/CMakeLists.txt: Force USE_QTKIT for osx 64bit

jens verwiebe info at jensverwiebe.de
Sat Oct 6 20:53:57 CEST 2012


Revision: 51126
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51126
Author:   jensverwiebe
Date:     2012-10-06 18:53:57 +0000 (Sat, 06 Oct 2012)
Log Message:
-----------
Force USE_QTKIT for osx 64bit

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

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2012-10-06 18:40:05 UTC (rev 51125)
+++ trunk/blender/CMakeLists.txt	2012-10-06 18:53:57 UTC (rev 51126)
@@ -319,6 +319,9 @@
 	option(WITH_COCOA	  "Use Cocoa framework instead of deprecated Carbon" ON)
 	option(USE_QTKIT	  "Use QtKit instead of Carbon quicktime (needed for having partial quicktime for 64bit)" OFF)
 	option(WITH_LIBS10.5  "Use 10.5 libs (needed for 64bit builds)" OFF)
+	if(CMAKE_OSX_ARCHITECTURES MATCHES x86_64)
+		set(USE_QTKIT ON CACHE BOOL "ON" FORCE) # no Quicktime in 64bit
+	endif()
 endif()
 
 




More information about the Bf-blender-cvs mailing list