diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-10 09:57:45 +0100 |
commit | adc2061adae2c97c04922263877d905b8c8901be (patch) | |
tree | 06d0b3c0258743fe7d8ab2bb96ea111c88bfa983 | |
parent | 88bffef8d5cc6b59391963eb72e91d0eebb3a841 (diff) | |
download | dolphin-adc2061adae2c97c04922263877d905b8c8901be.tar.gz dolphin-adc2061adae2c97c04922263877d905b8c8901be.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 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 816f7f2..49892df 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 ##################### |