diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:32:49 +0100 |
commit | 911382e4ac7cf22d004cb97f4f182654919315d5 (patch) | |
tree | 2b75ee0cd472c9a85988afea389e1eb1b9136974 | |
parent | 96f7e609085b019989a3f7a613fbd05f629793bd (diff) | |
download | dbus-1-tqt-911382e4ac7cf22d004cb97f4f182654919315d5.tar.gz dbus-1-tqt-911382e4ac7cf22d004cb97f4f182654919315d5.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b585372..661a3a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ project( dbus-1-tqt ) ##### cmake setup ############################### -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) include( FindPkgConfig ) include( CheckCXXSourceCompiles ) |