diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:39 +0100 |
commit | 14012f5218f52f91a3444a28079a1affaaf94e69 (patch) | |
tree | fffa0e23b6843112cc1d6128db0ee5d9729ed1fc | |
parent | 6b663ba00a8c3547eaa63ff8713fc4f190e03414 (diff) | |
download | tdenetwork-14012f5218f52f91a3444a28079a1affaaf94e69.tar.gz tdenetwork-14012f5218f52f91a3444a28079a1affaaf94e69.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
m--------- | libtdevnc | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index edeb1c0c..65e39011 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 ##################### diff --git a/libtdevnc b/libtdevnc -Subproject c22381d0e47fc6e7cd3d5150abfa0e7fa52c41a +Subproject c87a678c211b1125e0f4a22368755733a065979 |