Include CxxUrl and use it to build the correct url in Amcrest API

This commit is contained in:
Isaac Connor
2025-08-31 10:08:40 -04:00
parent ed96724f54
commit 1f061c9666
5 changed files with 16 additions and 6 deletions

View File

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