From 2c00a4ac3557b909f66d3e0fe9da52ab5f3d9fec Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sun, 11 Sep 2011 20:48:50 +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 a82b0081..b0ef3a4e 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 (CheckIncludeFile) include (CheckCXXSourceCompiles) -- 2.39.5