diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:21 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:51:21 +0100 |
commit | 24c81f72575af3b10bd6829cc99f13fc5d85920c (patch) | |
tree | 6e83664b5ae215dda38cc263f1c93d9fa1d12c74 /CMakeL10n.txt | |
parent | 2686ef3b2fecf0303ad406a39d3e1b3b0afe1ca9 (diff) | |
download | kcpuload-24c81f72575af3b10bd6829cc99f13fc5d85920c.tar.gz kcpuload-24c81f72575af3b10bd6829cc99f13fc5d85920c.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
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 a525b71..f18984d 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) ##### include our cmake modules ################# |