diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:51 +0100 |
commit | 7e6f57a63f70bc8650c0bd6cf6008ee0122b250b (patch) | |
tree | 29938dfb9914e05a506b9897e4cda65f1b7ecd14 | |
parent | fedf6708e364dd7dff3562064e86892e21431ae0 (diff) | |
download | tdetoys-7e6f57a63f70bc8650c0bd6cf6008ee0122b250b.tar.gz tdetoys-7e6f57a63f70bc8650c0bd6cf6008ee0122b250b.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f89d317e769be7af5399d7d52d3b0d3099c7d025)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c52ac15..501b52b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### |