mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
5e3f568849
commit
c4eeb9de9a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue