diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:51:21 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 10:51:21 +0100 |
commit | d398555667084991907cf861e98f35590247b2eb (patch) | |
tree | 7b4546dbff01e6c23db9f2e0f96a418c22dc1f94 /CMakeL10n.txt | |
parent | 7e746b375a65f519a17ed36069405d4d6dc649be (diff) | |
download | keep-d398555667084991907cf861e98f35590247b2eb.tar.gz keep-d398555667084991907cf861e98f35590247b2eb.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 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 ################# |