diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:10 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:46 +0100 |
commit | a046c69eccdbd00f87c30ed691382dad2755f175 (patch) | |
tree | 9b83b096c4319fc7f33417881112b4afb0aad968 | |
parent | df24233cec2e4afce8029b5b0e3f388716a69cb8 (diff) | |
download | kcmautostart-a046c69eccdbd00f87c30ed691382dad2755f175.tar.gz kcmautostart-a046c69eccdbd00f87c30ed691382dad2755f175.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 d5448a58f10efb586ea570806356620a0f7bd830)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a525b71..f18984d 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 ################# |