From c4eeb9de9a13f44e1f8ffa9ecb7774d9f2b382a9 Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Wed, 28 Jul 2010 14:51:02 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2225d7fc34..c4e5d4c6f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)