From 4d2bc9f907d312ef86ad340abdee5ea1dadff94b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 11 Apr 2010 12:20:30 +0000 Subject: [PATCH] mindrones reports cmake 2.4 doesnt work anymore, since 2.8 is current, bumping the minimum version requiired --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #-----------------------------------------------------------------------------