summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-18 22:27:44 +0100
committerSlávek Banko <[email protected]>2021-01-18 22:36:34 +0100
commit578e05313a8d6c07869023d22c09aa9624132bb7 (patch)
treeb49e29c5180688dfc80d0f9fa4b8fc12b0e64ce1 /CMakeLists.txt
parent0a8167caf7f3b67093888050b1a85acc80fdbfb2 (diff)
downloadkkbswitch-578e05313a8d6c07869023d22c09aa9624132bb7.tar.gz
kkbswitch-578e05313a8d6c07869023d22c09aa9624132bb7.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 692567b445909cc8b7858e13c7a0e3d92e50418e)
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 c462502..e6357b7 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