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 | 47eaf96142a6d2ee8faf17208a0410b05407f9b6 (patch) | |
tree | c9aab8065ba961006ca9c300942e3f35d91d1b5c | |
parent | a4caa0cf931f151cd6c11b887814c9ab1000f700 (diff) | |
download | tdevelop-47eaf96142a6d2ee8faf17208a0410b05407f9b6.tar.gz tdevelop-47eaf96142a6d2ee8faf17208a0410b05407f9b6.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 d13abf78..09c4087c 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 e6a167ca..0936e219 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 ##################### |