diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:58 +0100 |
commit | ba28980ea964c21e487dd7a73ceec1125b21b0f6 (patch) | |
tree | 84b8b8aee2e4e7125a2ab9532576b203c544a662 | |
parent | a5488007501c78afcbfaff5bb6e48fec85afebe8 (diff) | |
download | dbus-1-tqt-ba28980ea964c21e487dd7a73ceec1125b21b0f6.tar.gz dbus-1-tqt-ba28980ea964c21e487dd7a73ceec1125b21b0f6.zip |
Raise the minimum required version of CMake to 3.1.r14.0.12
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 911382e4ac7cf22d004cb97f4f182654919315d5)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 15430b5..02b21b0 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 ) |