diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:07 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:37 +0100 |
commit | c16d49a93404730b1da5b81ac0fc7ad1c92c1cee (patch) | |
tree | 8d2934f31c3958509e91d88e9fdd9601068d934d | |
parent | 989bd76607e79c5ebc0de75bce68230b4daebdeb (diff) | |
download | tdenetworkmanager-c16d49a93404730b1da5b81ac0fc7ad1c92c1cee.tar.gz tdenetworkmanager-c16d49a93404730b1da5b81ac0fc7ad1c92c1cee.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 612bde4180ec5a713289db20df2506156ce17c47)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce202ce..948e384 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |