summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-09 02:54:28 +0100
commit65f00ac09fb56385f09d85148bc62fc55af11afe (patch)
tree562dc3e6c60ccb86d35078e1fe5ce1b21b11bf5f
parente51e8d9aebcb6d4e5de69948846313e9cdbeb1da (diff)
downloadsoundkonverter-65f00ac0.tar.gz
soundkonverter-65f00ac0.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c0329537584b1eb674159442195fb74e39a8501f)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 233b58f..ec40e4d 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### include our cmake modules #################