Revert "Fix fmt=>Fmt and add it's libs to list of libraries to link to"

This reverts commit d5101ef32a.
pull/3420/head^2
Isaac Connor 2022-02-27 13:46:52 -05:00
parent c5b9ed9451
commit 46c43ca508
1 changed files with 1 additions and 3 deletions

View File

@ -536,9 +536,7 @@ else()
set(HAVE_RTSP_SERVER 0)
endif()
find_package(Fmt REQUIRED)
list(APPEND ZM_BIN_LIBS "${FMT_LIBRARIES}")
find_package(fmt REQUIRED)
#
# *** END OF LIBRARY CHECKS ***