diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:16 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:50 +0100 |
commit | 67667f069857829ea81db5bb791844f9558adb37 (patch) | |
tree | 07d05b694188935a9089f287d21e275af6c5503c | |
parent | 74d041d01b11c425ee383e46ee815cf5103161d2 (diff) | |
download | tdeio-umountwrapper-67667f069857829ea81db5bb791844f9558adb37.tar.gz tdeio-umountwrapper-67667f069857829ea81db5bb791844f9558adb37.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 6cfb084fc610ebddf055fce95a6654e0a6b13b61)
-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 ################# |