From 78836b50fd91462667356ebf779d68b890004454 Mon Sep 17 00:00:00 2001 From: Stefan Kieszkowski <85728496+stefankiesz@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:25:25 -0700 Subject: [PATCH] more --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa2a7b34f..a986f6d27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -375,7 +375,7 @@ if(BUILD_COMMON_LWS) set_target_properties(kvsCommonLws PROPERTIES VERSION ${KINESIS_VIDEO_PRODUCER_C_VERSION} SOVERSION ${KINESIS_VIDEO_PRODUCER_C_MAJOR_VERSION}) endif() - target_link_libraries(kvsCommonLws OpenSSL::Crypto OpenSSL::SSL kvspicUtils) + target_link_libraries(kvsCommonLws ${LIBWEBSOCKETS_LIBRARIES} kvspicUtils) install( TARGETS kvsCommonLws