diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:37 +0100 |
commit | 112b01347a8651fc6fb204e48bf136dbf013df80 (patch) | |
tree | 0d8083ddb06ec023ad62b9fb31d1e4d5c24ab378 | |
parent | 239dffafd70405feaf435d958ea0c351f0c551a0 (diff) | |
download | kvkbd-112b01347a8651fc6fb204e48bf136dbf013df80.tar.gz kvkbd-112b01347a8651fc6fb204e48bf136dbf013df80.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f3655877fc1cf0ec4d8b92f5529db25ff9d4a3be)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 69a971e..9593d2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |