diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:38 +0100 |
commit | aba7298e6eea197f4852794ff8cc2713f0b6fff4 (patch) | |
tree | 3fca89b1a9746e1f204ea8278f549cb54618df2f | |
parent | 2b1c1d04e19f2702a7954b435ef606e08e7e0461 (diff) | |
download | avahi-tqt-aba7298e6eea197f4852794ff8cc2713f0b6fff4.tar.gz avahi-tqt-aba7298e6eea197f4852794ff8cc2713f0b6fff4.zip |
Raise the minimum required version of CMake to 2.8.12.
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 eb3778d..d147a81 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 ##################### |