diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:43 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:43 +0100 |
commit | 6d61a79460f4d2a50cd3598ecc32c011edf46213 (patch) | |
tree | a072eadef916849fb0e721c209134510c34fc317 /CMakeLists.txt | |
parent | 290734ded3f13ac614dba289bb7ed4c08d5514ef (diff) | |
download | kcmautostart-6d61a79460f4d2a50cd3598ecc32c011edf46213.tar.gz kcmautostart-6d61a79460f4d2a50cd3598ecc32c011edf46213.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e5b651..a559f4b 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 |