diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:56 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-11 01:29:37 +0100 |
commit | ef79efe8561e9af95b8c3c12d705533354fa050a (patch) | |
tree | 45f9adfc100c0dbcb0e95d9a875f680ad9ebf7c2 /CMakeL10n.txt | |
parent | aa06806bb3fc0db89caa5ae7af428bb9dbfe8686 (diff) | |
download | filelight-ef79efe8561e9af95b8c3c12d705533354fa050a.tar.gz filelight-ef79efe8561e9af95b8c3c12d705533354fa050a.zip |
Raise the minimum required version of CMake to 3.5.
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 b89844e..4c7aa03 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# |