From 14c964fb99d34a943f839367ec980f6e8038d24d Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 23:15:14 -0700 Subject: [PATCH] Use upper case. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c143b18..8f47822 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -212,7 +212,7 @@ target_link_libraries(libFBX2glTF debug ${FBXSDK_LIBRARY_DEBUG} fmt::fmt libxml2::libxml2 - zlib::zlib + ZLIB::ZLIB ${CMAKE_DL_LIBS} ${CMAKE_THREAD_LIBS_INIT} )