Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz committed Mar 18, 2024
1 parent 9ba15b2 commit 78836b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78836b5

Please sign in to comment.