diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:19 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:51 +0100 |
commit | bf494105ee36acd26d1c208660545b561b430de7 (patch) | |
tree | 868ad7c364fe96e6235c8567a8871ffbfc46792b /CMakeL10n.txt | |
parent | 4eee23fd225d560bba86a56a2e488c667ba1d949 (diff) | |
download | tdmtheme-bf494105ee36acd26d1c208660545b561b430de7.tar.gz tdmtheme-bf494105ee36acd26d1c208660545b561b430de7.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 889a8142164661601bcf2db7832ecb21a117286e)
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 ################# |