mindrones reports cmake 2.4 doesnt work anymore, since 2.8 is current, bumping the minimum version requiired

This commit is contained in:
Campbell Barton 2010-04-11 12:20:30 +00:00
parent fe9a22a018
commit 4d2bc9f907

@ -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)
#-----------------------------------------------------------------------------