diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 13:03:01 +0100 |
commit | 9f56ebf48bfc539e503ab4ef1ef3827b5790c791 (patch) | |
tree | f565a6b8c24d911a0a674327891ed298d1050b49 | |
parent | ddeb07f10f24b3527b7d14c7b1b6825b0b498c5a (diff) | |
download | tqscintilla-r14.0.12.tar.gz tqscintilla-r14.0.12.zip |
Raise the minimum required version of CMake to 3.1.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4feebc179a0b455239495b034f131f3a720f2647)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 72f8c3d..be9f546 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |