diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:03 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:03 +0100 |
commit | d3a7ab029b2ae5b005b661ad4b20b648fcfb756c (patch) | |
tree | 3249bb7340f24bf5ab862db714683743cffe429e | |
parent | 2ef941e1e14e6ca485a35272bdd47adc30159599 (diff) | |
download | tdeutils-d3a7ab029b2ae5b005b661ad4b20b648fcfb756c.tar.gz tdeutils-d3a7ab029b2ae5b005b661ad4b20b648fcfb756c.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 4dd1f9c..f6147a5 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# diff --git a/CMakeLists.txt b/CMakeLists.txt index 4083fc4..b962b6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |