mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
Remove workaround for boost 1.39
... by raising minimum version to 1.40. Bug report: https://svn.boost.org/trac10/ticket/3095
This commit is contained in:
parent
1831f71cc4
commit
38b6ee9e75
6 changed files with 13 additions and 15 deletions
|
@ -30,7 +30,7 @@ include(GNUInstallDirs)
|
|||
include(FeatureSummary)
|
||||
|
||||
# version requirements
|
||||
set(requiredBoostVersion 1.35)
|
||||
set(requiredBoostVersion 1.40)
|
||||
set(requiredQtVersion 5.9.0)
|
||||
set(requiredOpensslVersion 1.0)
|
||||
set(requiredLibtorrentVersion 1.1.10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue