diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:02 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:43 +0100 |
commit | 4dae7044baee759fa2f376cb63d6a53671acd5df (patch) | |
tree | 73e4a2f321a048e985466139aff0816fe28cc315 | |
parent | 26f01e5cdd9df89cf7f81adc49d86950e01324c2 (diff) | |
download | kdpkg-4dae7044baee759fa2f376cb63d6a53671acd5df.tar.gz kdpkg-4dae7044baee759fa2f376cb63d6a53671acd5df.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f52e89d31cbdd421c19f14768527f6f3791a8cc0)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 8b2b199..be8aac1 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# |