From f99f27e8ffee0348d4f16dfc814965459714d635 Mon Sep 17 00:00:00 2001 From: Steve King Date: Mon, 6 Sep 2010 11:46:46 -0700 Subject: [PATCH] Changed mimimum required CMake version from 2.8 to 2.8.1 --- cmaked/CMakeLists.txt | 2 +- tests/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmaked/CMakeLists.txt b/cmaked/CMakeLists.txt index e9b0b08..80b77d6 100644 --- a/cmaked/CMakeLists.txt +++ b/cmaked/CMakeLists.txt @@ -8,7 +8,7 @@ # # See Copyright.txt for details. # -CMAKE_MINIMUM_REQUIRED(VERSION 2.8) +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.1) PROJECT (cmaked NONE) SET (MOD_SRCS diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index bae44c3..7630645 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # Tell cmake our project only concerns the D language. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.1) # We must explicitly indicate we're using the D language # in the project declaration. Listing other languages