diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:46:01 +0100 |
commit | c4f17993fff043f037517e1a6a721b4c0ead8193 (patch) | |
tree | d795e9e236cec81d961b9fc80091308bff1414e4 | |
parent | 9feb0b12f8f3b4e50538e9562b85f049aa481f8a (diff) | |
download | tdemultimedia-c4f17993fff043f037517e1a6a721b4c0ead8193.tar.gz tdemultimedia-c4f17993fff043f037517e1a6a721b4c0ead8193.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
-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 dda40b06..8ea5d4df 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 25c4d84d..76f61281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |