From: Uwe Hermann Date: Sun, 8 Sep 2013 11:52:57 +0000 (+0200) Subject: Bump cmake requirement to 2.8.6 (needed for cotire). X-Git-Tag: pulseview-0.2.0~321 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=7ba41e7ec7e575ae34ed2af33920c6e843aaac4d Bump cmake requirement to 2.8.6 (needed for cotire). --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 01c3660d..a5a91045 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 f5ab4a77..595ad8e2 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):