diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-08 15:25:05 +0100 |
commit | df0251e7667524d72dca16c1cb08eaf8a4a7bd9b (patch) | |
tree | c5483588dbb03374721f5138e27efa0005ca6e56 | |
parent | 334f9cd2af7ff5c2c0af2f1ef996a10af750150a (diff) | |
download | digikam-df0251e7667524d72dca16c1cb08eaf8a4a7bd9b.tar.gz digikam-df0251e7667524d72dca16c1cb08eaf8a4a7bd9b.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 31b43995d014eb9825dcde8ce82811c3de81f26e)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a91bd2a4..e0b1b564 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 ################# |