summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:10 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:40 +0100
commit64f0fb9d35d5fd008e3dd7612f128bfc34c58b7d (patch)
tree1252e7224c9f2c31197e729068a89fe1e348a5ab
parent2a618a8e21994fc62daca98379aebda6ef843bbf (diff)
downloadtastymenu-64f0fb9d.tar.gz
tastymenu-64f0fb9d.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d6f875f61d5e1e2baa7dd67efe9b7b49573b62bf)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 51e0696..ef7429e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
#### general package setup