diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-08 10:11:06 +0100 |
commit | 0ba3fb3a415a416d68acb78d2d7af9cebcc17839 (patch) | |
tree | e0461ac54289ed01bdc3b37bfc0960dbf09856f8 | |
parent | 4ef8c50e07826222ab48483ced4db667aad308b8 (diff) | |
download | desktop-effects-tde-0ba3fb3a415a416d68acb78d2d7af9cebcc17839.tar.gz desktop-effects-tde-0ba3fb3a415a416d68acb78d2d7af9cebcc17839.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 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 |