diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 10:51:09 +0100 |
commit | cd421b0aaf1c1bdc70bf1826834936f4a093dbfd (patch) | |
tree | 99f1c457b6d2d28858b4291c7dc8d591fce0ba78 | |
parent | 2f3a4b617eb706c69d4e8899fcbb59ab0ef943a7 (diff) | |
download | dolphin-cd421b0aaf1c1bdc70bf1826834936f4a093dbfd.tar.gz dolphin-cd421b0aaf1c1bdc70bf1826834936f4a093dbfd.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
-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 ################# |