diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:44 +0100 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:44 +0100 | 
| commit | f8e684f0e2d3889a11f074a8d4f9b90ce713be8b (patch) | |
| tree | 532f9f87b29f3066fad4cb14a337c5606dcf9f66 | |
| parent | b8c1c0106540330c73fc77ae48609a3cdda976d9 (diff) | |
| download | knetworkmanager8-f8e684f0e2d3889a11f074a8d4f9b90ce713be8b.tar.gz knetworkmanager8-f8e684f0e2d3889a11f074a8d4f9b90ce713be8b.zip | |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ac99d3..2627c8e 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 ##################### | 
