diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:23 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:54 +0100 |
commit | 64d5725772e1c5706ddea897489ba89c69bcfee9 (patch) | |
tree | 84718b721b929056c1029b094a814e5d0fb2f743 | |
parent | b7e7e7f2d53099aea1c05d07146bab5dbea578d3 (diff) | |
download | mathemagics-64d5725772e1c5706ddea897489ba89c69bcfee9.tar.gz mathemagics-64d5725772e1c5706ddea897489ba89c69bcfee9.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 454607123f74cd658404c10ce12f96d87e02c4c1)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index e4b7476..d1fce95 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 ################# |