diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:58 +0100 |
commit | 80801de8e212c961c1dceb6295d572bb132d3672 (patch) | |
tree | 2489e9367693ed245262105724e49ad5be9f334d | |
parent | 6c1a2714bc7acaac6d2e5d0d5d8e1a67a8ad0058 (diff) | |
download | avahi-tqt-80801de8e212c961c1dceb6295d572bb132d3672.tar.gz avahi-tqt-80801de8e212c961c1dceb6295d572bb132d3672.zip |
Raise the minimum required version of CMake to 3.1.r14.0.12
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 049d8f768372642e199f681e317467af7522399d)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d147a81..749b5e0 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 ##################### |