diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:55 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:55 +0100 |
commit | f05d57b64718a98e267e2eeb53c2f46914f1f386 (patch) | |
tree | 26b7da3a202475bd3e9fba88827a3fd905daa997 /CMakeL10n.txt | |
parent | ae3a79b23710ff34cc799dbdb8aafd57706683b2 (diff) | |
download | twin-style-dekorator-f05d57b64718a98e267e2eeb53c2f46914f1f386.tar.gz twin-style-dekorator-f05d57b64718a98e267e2eeb53c2f46914f1f386.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 8c4c584..3c4ffcf 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -6,7 +6,7 @@ # # ######################################### -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ######### |