summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-05-25 04:14:20 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-05-25 04:14:27 -0500
commit2512ad3051cb343d26f981377fcfc50cb8c0cbc7 (patch)
treee4a61f023bc494fb275fd0e58a0c9d6d477570aa /CMakeLists.txt
parent98df1296feef737368aad881ab45838daeb34f22 (diff)
downloadfork-ledger-2512ad3051cb343d26f981377fcfc50cb8c0cbc7.tar.gz
fork-ledger-2512ad3051cb343d26f981377fcfc50cb8c0cbc7.tar.bz2
fork-ledger-2512ad3051cb343d26f981377fcfc50cb8c0cbc7.zip
Reduce minimum CMake version to 2.8.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)