diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:38 +0100 |
commit | 9d2f8d72a4c62803b80efbded2e0ff4805984c22 (patch) | |
tree | 0a7f3ca2108c95ed92e259e8178e6b45905464b7 /CMakeLists.txt | |
parent | 5b31afe691c5981d20d08e441d111e7fc3ea6a2d (diff) | |
download | dbus-tqt-9d2f8d72a4c62803b80efbded2e0ff4805984c22.tar.gz dbus-tqt-9d2f8d72a4c62803b80efbded2e0ff4805984c22.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 ebc982e..1edc5a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set( VERSION R14.1.0 ) ##### cmake setup ############################### -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) include( FindPkgConfig ) include( CheckCXXSourceCompiles ) |