summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-12-30 10:41:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-12-30 10:41:29 +0900
commit1f66032a83f840889bed67ded4fad8647e29a4bf (patch)
tree2b42063d16c4997ce02f4e2138921f6808e28334
parent82b07f1a3cc29b9785c292174343b464a774a722 (diff)
downloadpolkit-tqt-1f66032a83f840889bed67ded4fad8647e29a4bf.tar.gz
polkit-tqt-1f66032a83f840889bed67ded4fad8647e29a4bf.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97a10c72d..6525cf505 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ set(POLKIT-TQT_VERSION_STRING
##### cmake setup ###############################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
include( FindPkgConfig )
include( CheckCXXSourceCompiles )