From 2512ad3051cb343d26f981377fcfc50cb8c0cbc7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 25 May 2012 04:14:20 -0500 Subject: Reduce minimum CMake version to 2.8.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3df53677..18d3727a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.6) +cmake_minimum_required(VERSION 2.8.5) project(Ledger) -- cgit v1.2.3