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:
authorCampbell Barton <ideasman42@gmail.com>2010-04-11 16:20:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-11 16:20:30 +0400
commit4d2bc9f907d312ef86ad340abdee5ea1dadff94b (patch)
tree09676a644c34b9d337f27edd2eb3ad777f997d8e /CMakeLists.txt
parentfe9a22a0182689125c8147934bc20bbc86141aab (diff)
mindrones reports cmake 2.4 doesnt work anymore, since 2.8 is current, bumping the minimum version requiired
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ba344a0a434..3daa3893290 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ Remove the CMakeCache.txt file and try again from another folder, e.g.:
")
ENDIF(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
-CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(Blender)
#-----------------------------------------------------------------------------