change minimum cmake

This commit is contained in:
Bill Hoffman 2004-06-21 12:48:02 -04:00
parent 491ef99291
commit b5f2442ba9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
PROJECT(CMake)
CMAKE_MINIMUM_REQUIRED(VERSION 1.6)
CMAKE_MINIMUM_REQUIRED(VERSION 1.8)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
# The CMake version number.