diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 11:52:36 +0100 |
commit | 1ec6f0dd65375f24ccec7ee3100a68ad6b8e4921 (patch) | |
tree | 163b0104e3d187df1e74fa9097a67842ae61317d | |
parent | 4b90c99f550b17e5c0a99848ad419761f94b192f (diff) | |
download | potracegui-1ec6f0dd65375f24ccec7ee3100a68ad6b8e4921.tar.gz potracegui-1ec6f0dd65375f24ccec7ee3100a68ad6b8e4921.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 33a3018bfe5d2cdf2457260b6c42cc3528a2d809)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 9699654..49abdc1 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 3.1 ) |