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 | d37a8259b7ee096a072578daca07408826d4f18b (patch) | |
tree | 07681c4553c94d13f207e695d12f135f59731e34 | |
parent | ff42b99f4b8272c8c6db2d546c3dfb33b03e3c94 (diff) | |
download | k9copy-d37a8259b7ee096a072578daca07408826d4f18b.tar.gz k9copy-d37a8259b7ee096a072578daca07408826d4f18b.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 5caf64c6c5a342746da9e75a2d58c151bc44dda7)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index f8a2c99..f7e447e 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 ################# |