diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-09 02:54:28 +0100 |
commit | 65f00ac09fb56385f09d85148bc62fc55af11afe (patch) | |
tree | 562dc3e6c60ccb86d35078e1fe5ce1b21b11bf5f | |
parent | e51e8d9aebcb6d4e5de69948846313e9cdbeb1da (diff) | |
download | soundkonverter-65f00ac09fb56385f09d85148bc62fc55af11afe.tar.gz soundkonverter-65f00ac09fb56385f09d85148bc62fc55af11afe.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit c0329537584b1eb674159442195fb74e39a8501f)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 233b58f..ec40e4d 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 ################# |