diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:40 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:36:51 +0100 |
commit | 59076ffc720424793da0ad4576d4420d24b76a1c (patch) | |
tree | f0733681081c0678ab3529201f842f1a6fd3d47c /CMakeLists.txt | |
parent | d720ff5d944c68d0efdef94f12f3e46d861b163e (diff) | |
download | tdesdk-59076ffc720424793da0ad4576d4420d24b76a1c.tar.gz tdesdk-59076ffc720424793da0ad4576d4420d24b76a1c.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ab539a640f84394cffeb89c1f0061b4ccb47ae5c)
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 30d06350..1d978d2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### |