diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:07 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:37 +0100 |
commit | e71573c018823676c6402c5b61f1f597a00ae45b (patch) | |
tree | d32c2aec7d1effdc719b937899fc8a9e14d0f5d0 | |
parent | 9a5bfba3254d1f6c936499ba4e4f601012705127 (diff) | |
download | wlassistant-e71573c018823676c6402c5b61f1f597a00ae45b.tar.gz wlassistant-e71573c018823676c6402c5b61f1f597a00ae45b.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 6c8ec503e3487e1943d281ea9ee18bb150f92c16)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e6dd5cc..d6b1948 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 ##################### |