diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:36:40 +0100 |
commit | b39c2be50e972305b126938a2be7b70a2d4b90a5 (patch) | |
tree | 44a2ef41e1bae9c610bb7f45282533fbc0e9aead | |
parent | 0ff2f3ba385d1eedb5586b23e0ad17524c96d088 (diff) | |
download | tdesvn-b39c2be50e972305b126938a2be7b70a2d4b90a5.tar.gz tdesvn-b39c2be50e972305b126938a2be7b70a2d4b90a5.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 d4289f7b70648c84be48cf8c2a6690636a87f882)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d165ec..c8fc407 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 ##################### |