diff options
author | Slávek Banko <[email protected]> | 2021-12-30 14:50:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-30 14:50:42 +0100 |
commit | 4447a065b9982e2afc923a22451f97cec95c1dba (patch) | |
tree | 567b1f1a828fc3dee77739c73f79202eaaed2b6d | |
parent | 143910035fbeb9c9a864fcdcd050c02dae8f25af (diff) | |
download | avahi-tqt-4447a065b9982e2afc923a22451f97cec95c1dba.tar.gz avahi-tqt-4447a065b9982e2afc923a22451f97cec95c1dba.zip |
Raise the minimum required version of CMake to 3.1.v3.5.13-sru
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3063521..9171bcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### |