summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-06 10:15:31 +0100
commit76833fdb961598d43ab4769c10c2f08af5ca6f97 (patch)
treecec5a5e0825fcbf87b3e4ec3972c466929c9d6b1
parent0259efc8ea8566e47118f2647b64f70d6de2cf30 (diff)
downloadakode-76833fdb961598d43ab4769c10c2f08af5ca6f97.tar.gz
akode-76833fdb961598d43ab4769c10c2f08af5ca6f97.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 0ce4b8104de6f95c7c5d76c06a1ce0e6386de50b)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77c17fa..715bba0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### general package setup