diff options
author | Slávek Banko <[email protected]> | 2021-12-31 10:50:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-31 10:50:49 +0100 |
commit | 33a3018bfe5d2cdf2457260b6c42cc3528a2d809 (patch) | |
tree | 94d7e5226771f3c66b6282063c67d613b488f2e5 | |
parent | a7fc318afe6714a91c894242eaa9f59b422be198 (diff) | |
download | potracegui-33a3018bfe5d2cdf2457260b6c42cc3528a2d809.tar.gz potracegui-33a3018bfe5d2cdf2457260b6c42cc3528a2d809.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 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 ) |