diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-07-14 21:08:39 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-07-14 21:09:01 +0200 |
commit | c2e870937298a8a58b5a94ab24e419c3230a6ba6 (patch) | |
tree | 7390ceee592e68e2a265b07cdae61e4fbb02bdcd | |
parent | 0c2a603a21e53420f51a5a0320d8d6f044e3be6b (diff) | |
download | tdv-c2e870937298a8a58b5a94ab24e419c3230a6ba6.tar.gz tdv-c2e870937298a8a58b5a94ab24e419c3230a6ba6.tar.xz tdv-c2e870937298a8a58b5a94ab24e419c3230a6ba6.zip |
Fix minimal required CMake version
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ad2f2df..5a7d682 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project (sdtui C) -cmake_minimum_required (VERSION 2.8.4) +cmake_minimum_required (VERSION 2.8.5) # Moar warnings if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC) |