diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:34 +0100 |
commit | 0ac1a32b2c7d05307f6da46b897f6c7cc313a405 (patch) | |
tree | d573c7077530ef93910df9a56af62d0bc33e7ea8 | |
parent | 114e71b939933744764e44163e412a6e908034df (diff) | |
download | kxmleditor-0ac1a32b2c7d05307f6da46b897f6c7cc313a405.tar.gz kxmleditor-0ac1a32b2c7d05307f6da46b897f6c7cc313a405.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 b68469852f92a819514ea95683071960d3b44b44)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index c5ecb8e..42910d6 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 ################# |