diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:02 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 11:54:26 +0100 |
commit | a6499fdc7fcf17c8e77d7d8728b4d759dbd6ce62 (patch) | |
tree | dde1c1c8a7ac781814196b51844f7e06b92547a0 | |
parent | aa848abd964a13985786a27d3b7604a0f4e82c95 (diff) | |
download | tdetoys-a6499fdc7fcf17c8e77d7d8728b4d759dbd6ce62.tar.gz tdetoys-a6499fdc7fcf17c8e77d7d8728b4d759dbd6ce62.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit dd89daed242c433e6fa2a579812daba002ccbbd5)
-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 b4da333..2c7e0f6 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 cbda0a4..1f4694f 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 ##################### |