diff options
author | Slávek Banko <[email protected]> | 2021-12-31 11:55:26 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:55:26 +0100 |
commit | 92900ae6ff4de84ddd14a5f2ce13ffdc6a68b102 (patch) | |
tree | 605c3e5f0265eeafa4827ccf74ef145d3bf35824 | |
parent | 29dc77c357a2b5190b3d7ad8307e9949cee69c0a (diff) | |
download | kuickshow-92900ae6ff4de84ddd14a5f2ce13ffdc6a68b102.tar.gz kuickshow-92900ae6ff4de84ddd14a5f2ce13ffdc6a68b102.zip |
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index b0a9e7e..82a1e8c 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 ################# |