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 10:51:11 +0100 |
commit | 13f5794ac633a65c0e9747eeb678024ebb3abbcb (patch) | |
tree | cde220372b71673371469393d9bcbe85fcc4f621 /CMakeL10n.txt | |
parent | d1da61d1179f9e0b5e21b2a35bc1c6cc9e71d2a6 (diff) | |
download | kooldock-13f5794ac633a65c0e9747eeb678024ebb3abbcb.tar.gz kooldock-13f5794ac633a65c0e9747eeb678024ebb3abbcb.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-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 ################# |