diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 15:28:47 +0100 |
commit | d28f47b55c0d34b0a1ad63dada960d5e6edc063a (patch) | |
tree | 7683eb123b84677c3f5ba8e7626c3fb88eb22c16 | |
parent | 0b2e1afd382e1f81fede188c23b485f7cbb6f7bd (diff) | |
download | kipi-plugins-d28f47b55c0d34b0a1ad63dada960d5e6edc063a.tar.gz kipi-plugins-d28f47b55c0d34b0a1ad63dada960d5e6edc063a.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 405d2a9eaa23e094d1bdee3ca7ad85841c68fc67)
-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 ################# |