Skip to content

Commit

Permalink
PROTON-2788: Add missing OpenSSL linking to the static proton tls lib (
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek authored Jan 6, 2024
1 parent 62f8909 commit f54423f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ if (qpid-proton-tls)
if (BUILD_STATIC_LIBS)
add_library (qpid-proton-tls-static STATIC ${qpid-proton-tls})
target_compile_definitions(qpid-proton-tls-static PUBLIC PROTON_DECLARE_STATIC)
target_link_libraries (qpid-proton-tls-static PRIVATE ${PLATFORM_LIBS})
target_link_libraries (qpid-proton-tls-static PRIVATE ${SSL_LIB} ${PLATFORM_LIBS})
set_target_properties(qpid-proton-tls-static PROPERTIES
EXPORT_NAME tls)
set(TARGET_qpid-proton-tls-static qpid-proton-tls-static)
Expand Down

0 comments on commit f54423f

Please sign in to comment.