diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:03 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 12:00:25 +0100 |
commit | 96ced6efa3db716bd70e6e3a9a888b3b16090052 (patch) | |
tree | 283780291833a50eab947ff25f1cc9b91c2d8957 /CMakeLists.txt | |
parent | aabfc261a81b788f28d87d4f33aa41b5144b4eb5 (diff) | |
download | tdevelop-96ced6efa3db716bd70e6e3a9a888b3b16090052.tar.gz tdevelop-96ced6efa3db716bd70e6e3a9a888b3b16090052.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 47eaf96142a6d2ee8faf17208a0410b05407f9b6)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e6a167ca..0936e219 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 ##################### |