From 46c43ca5080465f3321229d61a330bf5b1e8f1e6 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 27 Feb 2022 13:46:52 -0500 Subject: [PATCH] Revert "Fix fmt=>Fmt and add it's libs to list of libraries to link to" This reverts commit d5101ef32a9fe8f0283ff18fd41d281985f3d6da. --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69da980df..c78c4ee3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ***