diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:46:01 +0100 |
commit | 49ab8ddf538aea03f228d9cc1d92fbf0aaa37d89 (patch) | |
tree | 39cef975c9cb92113e9d11da60a279f9a2716cfc /CMakeLists.txt | |
parent | dad8d1275f039a9355c3eb31f63c11395daaa352 (diff) | |
download | tdelibs-49ab8ddf538aea03f228d9cc1d92fbf0aaa37d89.tar.gz tdelibs-49ab8ddf538aea03f228d9cc1d92fbf0aaa37d89.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
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 cd431dfda..7226a1359 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 ##################### |