summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:32:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:32:59 +0100
commit317cff1913b14533266e57af84735ef0d00d3493 (patch)
treef130fcce4bee612d07a790a44ef1c71056ee2727
parent9fc8b0e11e9a51ac901d9cd84253324dadbe2f9f (diff)
downloadkopete-otr-317cff19.tar.gz
kopete-otr-317cff19.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 136809a..b771fdd 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