From 7ba41e7ec7e575ae34ed2af33920c6e843aaac4d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 8 Sep 2013 13:52:57 +0200 Subject: [PATCH] Bump cmake requirement to 2.8.6 (needed for cotire). --- CMakeLists.txt | 2 +- INSTALL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01c3660..a5a9104 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ ## along with this program. If not, see . ## -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.6) include(FindPkgConfig) include(GNUInstallDirs) diff --git a/INSTALL b/INSTALL index f5ab4a7..595ad8e 100644 --- a/INSTALL +++ b/INSTALL @@ -10,7 +10,7 @@ Requirements - make - libtool - pkg-config >= 0.22 - - cmake >= 2.6 + - cmake >= 2.8.6 - libglib >= 2.28.0 - Qt >= 4.5 - libboost >= 1.42 (including the following libs): -- 2.30.2