diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-09 02:20:26 +0100 |
commit | c3d75707fcd803931fec5c524c7bbf446c8a6d67 (patch) | |
tree | e0461ac54289ed01bdc3b37bfc0960dbf09856f8 | |
parent | 842d40b011033fcba116739ddd7aea48cc25ec7c (diff) | |
download | desktop-effects-tde-c3d75707fcd803931fec5c524c7bbf446c8a6d67.tar.gz desktop-effects-tde-c3d75707fcd803931fec5c524c7bbf446c8a6d67.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0ba3fb3a415a416d68acb78d2d7af9cebcc17839)
-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 35cf8a9..d82c05f 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 d267584..df0dcb4 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 |