diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:06 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-06 15:25:21 +0100 |
commit | 405d2a9eaa23e094d1bdee3ca7ad85841c68fc67 (patch) | |
tree | af4b892de85662d0ce241192d8e472c738c48315 | |
parent | 7cf9c5b2403902b3f025fac6c809e0e0400417b5 (diff) | |
download | kipi-plugins-405d2a9eaa23e094d1bdee3ca7ad85841c68fc67.tar.gz kipi-plugins-405d2a9eaa23e094d1bdee3ca7ad85841c68fc67.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 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 233b58f..ec40e4d 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 ################# |