diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:40 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:58 +0100 |
commit | 8afe6977689960445b1523c760d98d31a8b229f1 (patch) | |
tree | 036020abc11e798df325bc20cfa608dc0e77e92e | |
parent | 7bf90952f780394073baaac58dc1242f5dc1ec5e (diff) | |
download | tdegames-8afe6977689960445b1523c760d98d31a8b229f1.tar.gz tdegames-8afe6977689960445b1523c760d98d31a8b229f1.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 5217ce77c0b63e79d75ddbe68232d510c18a4b92)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index af9aee23..02840df6 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 ################# |