From 57754b4ac80d0fec828aadc68feb6f145d72254d Mon Sep 17 00:00:00 2001
From: Frederic Bouvier <fredfgfs01@free.fr>
Date: Sun, 11 Sep 2011 20:50:37 +0200
Subject: [PATCH] Enforce the use of Cmake 2.8

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b0d702a18..34711fc17 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 2.8)
 
 include (CheckFunctionExists)
 include (CheckCSourceCompiles)