summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:58 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:41 +0100
commite3a33e2073528207fb9fc1ba05c445fea76b36f5 (patch)
tree256085378611629d52a5210f9cb226140a542c23
parent7dcebb7386c76cf0cd05b01ff659eb0da375b659 (diff)
downloadsoundkonverter-e3a33e20.tar.gz
soundkonverter-e3a33e20.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 62fb77581bf0fa266ccd788b4b1d2f059d70718e)
-rw-r--r--CMakeL10n.txt2
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 #################