summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-18 22:27:42 +0100
committerSlávek Banko <[email protected]>2021-01-18 22:27:42 +0100
commit34aad463e4f6d8bf595047809f9b6480875d57c9 (patch)
tree0c860c9976ef2242c5efef6c47c1693a78fb0d85 /CMakeLists.txt
parentda6d1f060279dde219136011ff189e72e872263a (diff)
downloadkaffeine-34aad463e4f6d8bf595047809f9b6480875d57c9.tar.gz
kaffeine-34aad463e4f6d8bf595047809f9b6480875d57c9.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9331b43..d88e15c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
#### general package setup