Fix fmt=>Fmt and add it's libs to list of libraries to link to
This commit is contained in:
parent
90d930c7c3
commit
d5101ef32a
|
@ -536,7 +536,9 @@ else()
|
|||
set(HAVE_RTSP_SERVER 0)
|
||||
endif()
|
||||
|
||||
find_package(fmt REQUIRED)
|
||||
find_package(Fmt REQUIRED)
|
||||
list(APPEND ZM_BIN_LIBS "${FMT_LIBRARIES}")
|
||||
|
||||
|
||||
#
|
||||
# *** END OF LIBRARY CHECKS ***
|
||||
|
|
Loading…
Reference in New Issue