diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:02 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:02 +0100 |
commit | c1ce1cc0ca38fd0b28e489662f5459fb8fd38e63 (patch) | |
tree | 7fb5075fc7dbb62fc0bd296e84cd18acad77e386 | |
parent | 1d3cdc476b79a8656267f8ab8f377664a6827a64 (diff) | |
download | tdepim-c1ce1cc0ca38fd0b28e489662f5459fb8fd38e63.tar.gz tdepim-c1ce1cc0ca38fd0b28e489662f5459fb8fd38e63.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 af2a7034e..5705705f6 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 f5776fde3..fb6daabd3 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 ##################### |