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-06 11:54:55 +0100 |
commit | 60471443c31869a27bb08c73ed562ab6994aa50d (patch) | |
tree | 63dc407c15f5714749cd9a3a15e7f02c85695f16 | |
parent | b1ea6eb1f98d7f8f759556a6cd692f2c0767fa11 (diff) | |
download | tdeutils-60471443c31869a27bb08c73ed562ab6994aa50d.tar.gz tdeutils-60471443c31869a27bb08c73ed562ab6994aa50d.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d3a7ab029b2ae5b005b661ad4b20b648fcfb756c)
-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 ##################### |