diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:51 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:51 +0100 |
commit | 3f29fee12856f801f143a572a012a5f0c434e18f (patch) | |
tree | 4e4520f6a294dbc913b33ab83004de6a7f61255a /CMakeL10n.txt | |
parent | 319017bf347cde2827aa688c39f03331e8accef9 (diff) | |
download | kstreamripper-3f29fee12856f801f143a572a012a5f0c434e18f.tar.gz kstreamripper-3f29fee12856f801f143a572a012a5f0c434e18f.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 ################# |