diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:46 +0100 |
commit | 59e2fae9ff2ca70a3100ce7e1eb3bc5fe1875b3a (patch) | |
tree | 217980d31e2928c9ab12bc0a5f53b14b95ea8490 | |
parent | a5a7a2cf50369ce3946b4e460c22c9b2b3c0a632 (diff) | |
download | knetstats-59e2fae9ff2ca70a3100ce7e1eb3bc5fe1875b3a.tar.gz knetstats-59e2fae9ff2ca70a3100ce7e1eb3bc5fe1875b3a.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 3c4a1c2414fde5da675dfacdc542606f1f065eff)
-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 ################# |