diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:53 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:53 +0100 |
commit | 937bf46eabd8da8ebdf1f340afe620fb60665394 (patch) | |
tree | 5c6c35d41aa9ed7665be4cf9141f09a54455a948 /CMakeL10n.txt | |
parent | 925059319260eadf7df074a1d7215ed93983ca51 (diff) | |
download | bibletime-937bf46eabd8da8ebdf1f340afe620fb60665394.tar.gz bibletime-937bf46eabd8da8ebdf1f340afe620fb60665394.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 9730a56..16e3f52 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 ################# |