diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:06 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:06 +0100 |
commit | d0e6f238acec8dd816618b0e9cf16eec498b573f (patch) | |
tree | 1cb05479715c08f295f2cb4be47d7a8b0e168cd0 | |
parent | 50e459ebe694110e5a6fae227f92b1e7eede09a3 (diff) | |
download | tqtinterface-d0e6f238acec8dd816618b0e9cf16eec498b573f.tar.gz tqtinterface-d0e6f238acec8dd816618b0e9cf16eec498b573f.zip |
Raise the minimum required version of CMake to 3.5.
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 bf91644..c7b4445 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # # ########################################### -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |