summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-18 22:27:41 +0100
committerSlávek Banko <[email protected]>2021-01-18 22:36:30 +0100
commit81011bb8492d0873c15e2b93c4d6869affe8c471 (patch)
tree3d04fa6c94c58e05ca1b15ddcc7753d4812ee2fa /CMakeLists.txt
parent0e8c8370aa5d4c15afdc8504cea79c38c192d771 (diff)
downloadfilelight-81011bb8492d0873c15e2b93c4d6869affe8c471.tar.gz
filelight-81011bb8492d0873c15e2b93c4d6869affe8c471.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit b08eddae45ebae81acc23af462737ed20fb81571)
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 0c5fc08..880857b 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 #####################