diff options
author | John Wiegley <johnw@newartisans.com> | 2012-05-25 04:14:20 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-05-25 04:14:27 -0500 |
commit | 2512ad3051cb343d26f981377fcfc50cb8c0cbc7 (patch) | |
tree | e4a61f023bc494fb275fd0e58a0c9d6d477570aa /CMakeLists.txt | |
parent | 98df1296feef737368aad881ab45838daeb34f22 (diff) | |
download | fork-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.txt | 2 |
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) |