summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:32 +0100
commit225ef5c8422b03e25e2947c179e36e9d9fbdaa10 (patch)
tree7a639223aef944141fa24362851a5e67e4010c11
parentc5881a0e5379f8d002a85cb0ede1d62121ad57ae (diff)
downloadkdbusnotification-225ef5c8.tar.gz
kdbusnotification-225ef5c8.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b60e5fb6589b720efba64b5d105d22a3dd6bff5e)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ea18669..32fedcc 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