mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 03:56:18 -04:00
Merge branch 'master' of github.com:ZoneMinder/zoneminder
This commit is contained in:
@@ -165,11 +165,15 @@ target_link_libraries(zm
|
||||
PRIVATE
|
||||
zm-core-interface)
|
||||
|
||||
set(GSOAP_LIBRARIES ${GSOAP_CXX_LIBRARIES})
|
||||
if(HAVE_LIBOPENSSL)
|
||||
set(GSOAP_LIBRARIES ${GSOAP_SSL_CXX_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if(GSOAP_FOUND)
|
||||
target_link_libraries(zm
|
||||
PUBLIC
|
||||
${GSOAP_CXX_LIBRARIES}
|
||||
${GSOAP_SSL_CXX_LIBRARIES}
|
||||
${GSOAP_LIBRARIES}
|
||||
${OPENSSL_SSL_LIBRARY}
|
||||
${OPENSSL_CRYPTO_LIBRARY})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user