diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:15 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:15 +0100 |
commit | 7199012fedc6ddca400f3dda7afdb6905a20e5c5 (patch) | |
tree | bb8f34eda3f410dc5ebc028e4711be2ab286004e | |
parent | fea300262218e2f73cd94812eb1420f0c66223fa (diff) | |
download | filelight-7199012fedc6ddca400f3dda7afdb6905a20e5c5.tar.gz filelight-7199012fedc6ddca400f3dda7afdb6905a20e5c5.zip |
Raise the minimum required version of CMake to 3.1.
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 0c03985..8024f40 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 ##################### |