diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:52 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:52 +0100 |
commit | c9bf91eb3fe20e2bfd1bb01ccb6d7a3b0f22e201 (patch) | |
tree | 3aebca9a7da42613001029d4a0fdc6257a5e5fd1 /CMakeL10n.txt | |
parent | 9a4d4259ab0864c4f6bb0ae63832f6c464a9dd50 (diff) | |
download | tdepowersave-c9bf91eb3fe20e2bfd1bb01ccb6d7a3b0f22e201.tar.gz tdepowersave-c9bf91eb3fe20e2bfd1bb01ccb6d7a3b0f22e201.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 a91bd2a..e0b1b56 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 ################# |