diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 13:02:51 +0100 |
commit | f6eb65f078f9fcea63874c16fa14524ad6a9b225 (patch) | |
tree | 9981ec09146a811b31de64382dbcd7a2f09522ea | |
parent | f411d71f67fc2a12d8c8aba72799b8a0cbc080e1 (diff) | |
download | tdeartwork-f6eb65f078f9fcea63874c16fa14524ad6a9b225.tar.gz tdeartwork-f6eb65f078f9fcea63874c16fa14524ad6a9b225.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fe4f737bced1f4ffc193eb148178952207c2df20)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cc8a880..75727ead 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # # ########################################### -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup |