diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:36 +0100 |
commit | 1034ab3d5600690c43daf0b825656ad7bd351062 (patch) | |
tree | d87a83e624c94706d5b82e532b93ba9a70e8ec82 | |
parent | ac22fd682e03a44f78ab36a5f94a625c2b106316 (diff) | |
download | klcddimmer-1034ab3d5600690c43daf0b825656ad7bd351062.tar.gz klcddimmer-1034ab3d5600690c43daf0b825656ad7bd351062.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ff926e8f3a17cd1bc0d2086363ee5d27680d0147)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b37e16..7b0aa7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |