diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:51 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:51 +0100 |
commit | 0948c8cd4c705638e88235d45d25e947e63b4800 (patch) | |
tree | 9c3c2af8153d648a386a0efbb89bc44c773039b3 /CMakeL10n.txt | |
parent | 7836f65d3987fb81bbeceb875c140f2b3c52545e (diff) | |
download | kshutdown-0948c8cd4c705638e88235d45d25e947e63b4800.tar.gz kshutdown-0948c8cd4c705638e88235d45d25e947e63b4800.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 529c9d5..4b3030b 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# |