diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:41 +0100 |
commit | 2958e963a203e473a673be52f71278abda6eb270 (patch) | |
tree | 7a2533eff4c61e11a1c79925e601a7cb4eb3b626 | |
parent | 37176bbfa2449af758fb524b48c9ef76df4f5c41 (diff) | |
download | wlassistant-2958e963a203e473a673be52f71278abda6eb270.tar.gz wlassistant-2958e963a203e473a673be52f71278abda6eb270.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 323960b5fd2f02063fbe0a80c87ba804441d3683)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7457cf1..7c75675 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 ##################### |