[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52656] trunk/blender/CMakeLists.txt: we need 2.8.8 for cmake on mac - patch by Jens Verwiebe

Dalai Felinto dfelinto at gmail.com
Thu Nov 29 11:28:07 CET 2012


Revision: 52656
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52656
Author:   dfelinto
Date:     2012-11-29 10:28:06 +0000 (Thu, 29 Nov 2012)
Log Message:
-----------
we need 2.8.8 for cmake on mac - patch by Jens Verwiebe

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

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2012-11-29 08:22:02 UTC (rev 52655)
+++ trunk/blender/CMakeLists.txt	2012-11-29 10:28:06 UTC (rev 52656)
@@ -271,6 +271,9 @@
 
 
 if(APPLE)
+	cmake_minimum_required(VERSION 2.8.8)
+	cmake_policy(VERSION 2.8.8)
+
 	if(NOT CMAKE_OSX_ARCHITECTURES)
 		set(CMAKE_OSX_ARCHITECTURES x86_64 CACHE STRING
 		"Choose the architecture you want to build Blender for: i386, x86_64 or ppc"




More information about the Bf-blender-cvs mailing list