diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:58 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-31 10:50:58 +0100 |
commit | 62fb77581bf0fa266ccd788b4b1d2f059d70718e (patch) | |
tree | 5bcc72b1177be19fc656e08ec0b688d9a5b43345 | |
parent | 53c0c56d283fa48e408b18c871c70414279e8a65 (diff) | |
download | soundkonverter-62fb77581bf0fa266ccd788b4b1d2f059d70718e.tar.gz soundkonverter-62fb77581bf0fa266ccd788b4b1d2f059d70718e.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 ################# |