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-06 10:23:24 +0100 | 
| commit | 57048ef2d76edab4870498d2f69ff4f21c46ae8f (patch) | |
| tree | d5609cacdc818b0c4ecf2e1928a38aa60fec405f | |
| parent | ee04a7e23dcf75e30651004942f378d016fd0121 (diff) | |
| download | tqscintilla-57048ef2d76edab4870498d2f69ff4f21c46ae8f.tar.gz tqscintilla-57048ef2d76edab4870498d2f69ff4f21c46ae8f.zip | |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a4653b6b2979c665fbfefac41faf044a3b14fdb9)
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index cb91951..6e753bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@  ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 )  #### general package setup | 
