summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:08 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:38 +0100
commitdf24233cec2e4afce8029b5b0e3f388716a69cb8 (patch)
treebfc14b3e7b13a1f0a20b8a9d1940508b69326601
parentb6e77af9c186eccafbac5b383a780614e95ba30b (diff)
downloadkcmautostart-df24233c.tar.gz
kcmautostart-df24233c.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 c36816221b7385c33b2eb8889b2c5e443ebefe15)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0146cb..1fd9478 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