diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:56 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 10:50:56 +0100 |
commit | 257144817bf957ff1d1595ecb231d36fdcc4cf04 (patch) | |
tree | 85430dd06e2ded23cd6c7903d0fdef8558522236 /CMakeL10n.txt | |
parent | fe06115e6c87a437042fed043dda3d1815435917 (diff) | |
download | k3b-257144817bf957ff1d1595ecb231d36fdcc4cf04.tar.gz k3b-257144817bf957ff1d1595ecb231d36fdcc4cf04.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
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 a87d06b..e8f26ca 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 ################# |