Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2012-11-29 14:28:06 +0400
committerDalai Felinto <dfelinto@gmail.com>2012-11-29 14:28:06 +0400
commitdf4e1953ac4e71b2f31258079ab05d5ab7e77f3b (patch)
tree2fbc3f10477239d7a56c5d2717e94dd0041c8ec3 /CMakeLists.txt
parent40e75fd2ebd7b992ad988f02fc2e77ff53c752fd (diff)
we need 2.8.8 for cmake on mac - patch by Jens Verwiebe
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69ddaa189d6..0954d5ce878 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -271,6 +271,9 @@ mark_as_advanced(WITH_ASSERT_ABORT)
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"