mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 22:14:32 +00:00
Merge pull request #13402 from FranciscoPombal/cmake_fix
CMake: fix linking against OpenSSL
This commit is contained in:
commit
1333fc81f8
@ -159,6 +159,7 @@ add_library(qbt_base STATIC
|
|||||||
|
|
||||||
target_link_libraries(qbt_base
|
target_link_libraries(qbt_base
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
OpenSSL::Crypto OpenSSL::SSL
|
||||||
ZLIB::ZLIB
|
ZLIB::ZLIB
|
||||||
qbt_version_definitions
|
qbt_version_definitions
|
||||||
PUBLIC
|
PUBLIC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user