summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-18 22:27:48 +0100
committerSlávek Banko <[email protected]>2021-01-18 22:36:40 +0100
commit8dac57cc16107b5fbc282c16c886dd87070c0d64 (patch)
tree919eb9c4c2c13f46a9ea7bf3d34c3b6dad235c0c
parent8e58e3df80180879cb5e4764b5958ec72bb96c8e (diff)
downloadtdesudo-8dac57cc16107b5fbc282c16c886dd87070c0d64.tar.gz
tdesudo-8dac57cc16107b5fbc282c16c886dd87070c0d64.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 114e48473fbf827166d236b8c08b7f336786b08d)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07783bd..6c01816 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