diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:56 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:40 +0100 |
commit | 4d2580252c1d7b8cce22db98acf58b168e258fc6 (patch) | |
tree | a553ae812a876e9282195df71f00367fab87fd7a | |
parent | af47d506ca383772b16ae571f85fc92c1885728e (diff) | |
download | k3b-4d2580252c1d7b8cce22db98acf58b168e258fc6.tar.gz k3b-4d2580252c1d7b8cce22db98acf58b168e258fc6.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 257144817bf957ff1d1595ecb231d36fdcc4cf04)
-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 ################# |