Turn off building Cxx static libs?

This commit is contained in:
Isaac Connor
2025-11-10 13:47:24 -05:00
parent fad15cc92c
commit f2e5a78b13

View File

@@ -363,9 +363,9 @@ else()
"ZoneMinder requires jpeg but it was not found on your system")
endif()
set(CxxUrl_BUILD_STATIC_LIBS "OFF")
list(APPEND ZM_BIN_LIBS chmike::CxxUrl)
# libjwt
if (${ZM_JWT_BACKEND} STREQUAL "libjwt")
find_package(LibJWT REQUIRED COMPONENTS ${ZM_CRYPTO_BACKEND})