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 | 6fdc0ac93a753e070d5d0da3abfd6228e728f87d (patch) | |
tree | fe499313b4da08602144532cf4a1a87234abf839 | |
parent | 36e5f3ed37022e98f9995c9fc57ac9d16bdb2f6c (diff) | |
download | ksystemlog-6fdc0ac93a753e070d5d0da3abfd6228e728f87d.tar.gz ksystemlog-6fdc0ac93a753e070d5d0da3abfd6228e728f87d.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit fb8f9a3fbc603d6c6e5e656e2eaab3c190a60242)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bf1ac92..9ae6cd7 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 |