- changed min supported version for cmake builds to be 2.8

This commit is contained in:
Mark Vejvoda 2010-12-08 22:58:30 +00:00
parent 7a7bc828f1
commit 8e15daf451
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED( VERSION 2.6 )
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
PROJECT( MegaGlest )
SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/mk/cmake/Modules)