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 12:32:54 +0100 |
commit | fe4f737bced1f4ffc193eb148178952207c2df20 (patch) | |
tree | 6ba08e08890f23a4c405db6eeaa94f3a01f0d090 | |
parent | ce97e968cc78630ea5f6c940d3ba542eb17cea6b (diff) | |
download | tdeartwork-fe4f737bced1f4ffc193eb148178952207c2df20.tar.gz tdeartwork-fe4f737bced1f4ffc193eb148178952207c2df20.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f5e42d4..9aa7080a 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 |