diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:59 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-06 11:58:36 +0100 |
| commit | a002842414c2ca94d1061bf220068a914f1fcdf8 (patch) | |
| tree | b472e66db6ccbae32f52cca3f1357a50bba586f3 | |
| parent | 0de28c39c23b0858bf82b867659d0a7fc734964c (diff) | |
| download | tdeadmin-a0028424.tar.gz tdeadmin-a0028424.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 2e00fa994146e788efe68032cb27446749a6b4c5)
| -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 59e062a..e241786 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 af8cd18..2b9a6de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # ############################################### -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |
