diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 11:52:35 +0100 |
commit | 0ef7ed8dd47723ebd48b10c3a2e9565c204b1b50 (patch) | |
tree | 3f4841e2e02ef76f4ca6ed4aed7499f38e561a48 | |
parent | 5bc8789afc7af84a2485b180b38350d188fed6d4 (diff) | |
download | ksquirrel-0ef7ed8dd47723ebd48b10c3a2e9565c204b1b50.tar.gz ksquirrel-0ef7ed8dd47723ebd48b10c3a2e9565c204b1b50.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 be94546448591071322e1516ea7d2e0e7f20150e)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 9730a56..16e3f52 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 ################# |