diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:58 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:41 +0100 |
commit | e3a33e2073528207fb9fc1ba05c445fea76b36f5 (patch) | |
tree | 256085378611629d52a5210f9cb226140a542c23 /CMakeL10n.txt | |
parent | 7dcebb7386c76cf0cd05b01ff659eb0da375b659 (diff) | |
download | soundkonverter-e3a33e2073528207fb9fc1ba05c445fea76b36f5.tar.gz soundkonverter-e3a33e2073528207fb9fc1ba05c445fea76b36f5.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 62fb77581bf0fa266ccd788b4b1d2f059d70718e)
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 ################# |