Browse Source

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.
adaptive-webui-19844
FranciscoPombal 4 years ago
parent
commit
2534909d3b
  1. 1
      src/base/CMakeLists.txt

1
src/base/CMakeLists.txt

@ -159,6 +159,7 @@ add_library(qbt_base STATIC @@ -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…
Cancel
Save