cmake: Upgrade cmake requierement to 2.8. (there is some incompatible change in foreach arguments...)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3577 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2010-07-28 14:51:02 +00:00
parent 5e3f568849
commit c4eeb9de9a

View File

@ -1,8 +1,8 @@
# Project Name
project(Pcsx2)
# need cmake version >=2.6
cmake_minimum_required(VERSION 2.6)
# There is some incompatible change with version 2.6 and below !
cmake_minimum_required(VERSION 2.8)
# Variable to check that people use the good file
set(TOP_CMAKE_WAS_SOURCED TRUE)