mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Revert "Need to build static lib, but NOT shared_lib for Cxx. Add it to linked libraries"
This reverts commit 002cf2dbdf.
This commit is contained in:
@@ -363,7 +363,7 @@ else()
|
||||
"ZoneMinder requires jpeg but it was not found on your system")
|
||||
endif()
|
||||
|
||||
set(CxxUrl_BUILD_SHARED_LIBS "OFF")
|
||||
set(CxxUrl_BUILD_STATIC_LIBS "OFF")
|
||||
list(APPEND ZM_BIN_LIBS chmike::CxxUrl)
|
||||
|
||||
# libjwt
|
||||
|
||||
@@ -163,7 +163,6 @@ target_link_libraries(zm
|
||||
FFMPEG::swscale
|
||||
libbcrypt::bcrypt
|
||||
RtspServer::RtspServer
|
||||
chmike::CxxUrl
|
||||
martinmoene::span-lite
|
||||
${ZM_BIN_LIBS}
|
||||
PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user