diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:36:32 +0100 |
commit | 55677a5475a7ac8f78c7e2132cc22cddf1a25b23 (patch) | |
tree | e55cd4dc3792716b642057ee5f0e539817da8a2c | |
parent | 783e8ded7833c714a9e4e0cf2c97ce52135b2c1b (diff) | |
download | kcmautostart-55677a5475a7ac8f78c7e2132cc22cddf1a25b23.tar.gz kcmautostart-55677a5475a7ac8f78c7e2132cc22cddf1a25b23.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6d61a79460f4d2a50cd3598ecc32c011edf46213)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 689e311..14378db 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 |