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:53:30 +0100 |
commit | 52f017aaa73b499ee8a852092ea0c27bf8a8e3bb (patch) | |
tree | 1a6c5afdf87a2b6b56b7e923bfe1217ed8968bd6 | |
parent | 60f3a44f7504fe89c72dae38e6f8978d505b9d03 (diff) | |
download | mplayerthumbs-52f017aaa73b499ee8a852092ea0c27bf8a8e3bb.tar.gz mplayerthumbs-52f017aaa73b499ee8a852092ea0c27bf8a8e3bb.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f6013a4a80d2356c46f64d2ab4b15badff61869a)
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 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 ################# diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ee3718..6a846b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |