From 98ffaff89c27f643df3dd4ca9c08b9b58b90a841 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 11 Jan 2010 22:58:24 +0100 Subject: Minimum CMake requirement is really 2.6. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c71cf448..147e39b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Project definition. PROJECT (tome2) -CMAKE_MINIMUM_REQUIRED (VERSION 2.8) +CMAKE_MINIMUM_REQUIRED (VERSION 2.6) # Default flags. IF(CMAKE_COMPILER_IS_GNUCC) -- cgit v1.2.1