diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:04 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:04 +0100 |
commit | a980449b303fa25a057583922cb684d4aea0c01f (patch) | |
tree | d8a3600f33a78f0282770d9bf2da4bc5c1d5783c | |
parent | 69a0dca363007499aeed87b10fc51c2b56daf3cf (diff) | |
download | dbus-tqt-a980449b303fa25a057583922cb684d4aea0c01f.tar.gz dbus-tqt-a980449b303fa25a057583922cb684d4aea0c01f.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c74d0a1..7eff7cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ project( dbus-tqt-1 ) ##### cmake setup ############################### -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) include( FindPkgConfig ) include( CheckCXXSourceCompiles ) |