summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-18 22:27:38 +0100
committerSlávek Banko <[email protected]>2021-01-18 22:36:52 +0100
commit7f091a7ecaca09719216dd0cc1ceb44819f33524 (patch)
tree1ca9dc7b191f1d5905b6435e8ace534ee1e7c09a /CMakeLists.txt
parenta5a6c1bac589294bbe331078e9e3b63e6cfa5f76 (diff)
downloadavahi-tqt-7f091a7ecaca09719216dd0cc1ceb44819f33524.tar.gz
avahi-tqt-7f091a7ecaca09719216dd0cc1ceb44819f33524.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit aba7298e6eea197f4852794ff8cc2713f0b6fff4)
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 eb3778d..d147a81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################