commit | c970d6d385e72ee48ebf25f975323468b2faee7a | [log] [tgz] |
---|---|---|
author | roman <xjanot04@fit.vutbr.cz> | Thu Sep 14 10:01:09 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Nov 03 15:03:11 2023 +0100 |
tree | ba80d90325106edab00e8c33e95381043063c7ac | |
parent | 8c60eeebd8463f12748589789c56cc8f72e2e732 [diff] [blame] |
cmake UPDATE cmake version to 3.5 & fix var name
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0437dff..6bbc53f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.5) project(libnetconf2 C)