diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:39 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:39 +0100 |
commit | 14012f5218f52f91a3444a28079a1affaaf94e69 (patch) | |
tree | fffa0e23b6843112cc1d6128db0ee5d9729ed1fc /CMakeLists.txt | |
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 <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 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 ##################### |