mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
CMake: fix linking against OpenSSL
This should have been there from the start, but for some reason, the lack of it didn't cause any issued for many systems.
This commit is contained in:
parent
70d9ea8034
commit
2534909d3b
@ -159,6 +159,7 @@ add_library(qbt_base STATIC
|
||||
|
||||
target_link_libraries(qbt_base
|
||||
PRIVATE
|
||||
OpenSSL::Crypto OpenSSL::SSL
|
||||
ZLIB::ZLIB
|
||||
qbt_version_definitions
|
||||
PUBLIC
|
||||
|
Loading…
Reference in New Issue
Block a user