From 796c71255a78a03e47569d1fbfb3e357c02f0a06 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Tue, 11 Dec 2012 23:02:04 +0100 Subject: [PATCH] Bump required CMake version to 2.8. This is just a precautionary measure to avoid frustration on the end user side, as older versions have not been tested in ages, and will probably not work. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4adf979..308c9276 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(ldc) -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules")