diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:45 +0100 |
commit | 69e258b74fc5c43d849de32e91f610d9178094e3 (patch) | |
tree | 6e4ed452e785481cfc9bd8003e8d893cd4991e3f /CMakeL10n.txt | |
parent | e10bdb80b306bba6f80e088472b047e6eb69168e (diff) | |
download | dolphin-r14.0.12.tar.gz dolphin-r14.0.12.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit cd421b0aaf1c1bdc70bf1826834936f4a093dbfd)
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 ################# |