mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Include CxxUrl and use it to build the correct url in Amcrest API
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user