From 4b36913d433790b4e8e4262cf481d3db8002ceb5 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 14 Aug 2012 10:25:28 +0200 Subject: Require CMake 2.8.9. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd1c04fb..90a07a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR) project(extra-cmake-modules) -- cgit v1.2.1