diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:35 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:36:54 +0100 |
commit | 383ee1f5c635d6f8c669d993f0d0dce887c24226 (patch) | |
tree | 95527d3f2127508834fa761497767d5479d08af0 | |
parent | 310ed06a65ae419ecbfe5d2a8e4c8cd34eeb6a15 (diff) | |
download | tqtinterface-383ee1f5c635d6f8c669d993f0d0dce887c24226.tar.gz tqtinterface-383ee1f5c635d6f8c669d993f0d0dce887c24226.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 f721ca1d98f7a4499d3110991c8cdd4b054c75cd)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a2eda8..75c0e49 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 |