diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:23 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:54 +0100 |
commit | 7d48d1a5a33811da5af9121bc657b50f28488adf (patch) | |
tree | fed5279d31f3070e68bc4f4ff00baaaca88aeb1f | |
parent | 8960a9db0b88e3a844278ee68d674b517a456d1c (diff) | |
download | ksensors-7d48d1a5a33811da5af9121bc657b50f28488adf.tar.gz ksensors-7d48d1a5a33811da5af9121bc657b50f28488adf.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 23d8ef76b537410ee35e94498e5d5fab26bc9363)
-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 ################# |