diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:46 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:46 +0100 |
commit | fb8f9a3fbc603d6c6e5e656e2eaab3c190a60242 (patch) | |
tree | 672f1985213271caf4930082d63da62c50296d07 | |
parent | 4b6d8b66fc779ffd692ae790a6b87b7f78c33652 (diff) | |
download | ksystemlog-fb8f9a3fbc603d6c6e5e656e2eaab3c190a60242.tar.gz ksystemlog-fb8f9a3fbc603d6c6e5e656e2eaab3c190a60242.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index eb5a4da..f719d61 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 |