diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:48 +0100 |
commit | 3faef26fb3684c2bd11b6ef5cc347e6c7ac906d4 (patch) | |
tree | 30a8657fdad3b71c558db291c1a67d5422f987fb | |
parent | 0126dc8e28a0be7a6a8aed650d5624a950324fe1 (diff) | |
download | tqtinterface-3faef26fb3684c2bd11b6ef5cc347e6c7ac906d4.tar.gz tqtinterface-3faef26fb3684c2bd11b6ef5cc347e6c7ac906d4.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 432c5bc..d004b86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # # ########################################### -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |