mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
Bump boost requirement to 1.71
This is a prerequisite for using boost stacktrace. Note that this is not the first version that introduces boost stacktrace but the version that should be stable enough. PR #16986.
This commit is contained in:
parent
4894578b72
commit
763d17281f
4 changed files with 13 additions and 13 deletions
|
@ -11,7 +11,7 @@ project(qBittorrent
|
|||
# use CONFIG mode first in find_package
|
||||
set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON)
|
||||
# version requirements - older versions may work, but you are on your own
|
||||
set(minBoostVersion 1.65)
|
||||
set(minBoostVersion 1.71)
|
||||
set(minQt5Version 5.15.2)
|
||||
set(minQt6Version 6.2)
|
||||
set(minOpenSSLVersion 1.1.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue