summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:30 +0100
commit81011bb8492d0873c15e2b93c4d6869affe8c471 (patch)
tree3d04fa6c94c58e05ca1b15ddcc7753d4812ee2fa
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 <slavek.banko@axis.cz> (cherry picked from commit b08eddae45ebae81acc23af462737ed20fb81571)
-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 #####################