diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:40 +0100 |
commit | ea0e8532c761971a8d4fc5ee9a13977a2309d325 (patch) | |
tree | 2a665dbabd0f5474dccfdbfc48ba76786d95fb4a | |
parent | fd24c73cb34da8db534aec43b859999dea6a47d0 (diff) | |
download | tdenetworkmanager-ea0e8532c761971a8d4fc5ee9a13977a2309d325.tar.gz tdenetworkmanager-ea0e8532c761971a8d4fc5ee9a13977a2309d325.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1a66516421c3317293e1502d271c649a4ce16b65)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b8933d..b416b64 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 ##################### |