From 84da4edc28e31ffeba91811e7a011eaa3868c6eb Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 08:18:58 -0800 Subject: [PATCH] Link xml2 properly. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 604e9f5..a88a11f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -212,7 +212,7 @@ target_link_libraries(libFBX2glTF optimized ${FBXSDK_LIBRARY} debug ${FBXSDK_LIBRARY_DEBUG} fmt::fmt - libxml2::libxml2 + LibXml2::LibXml2 ZLIB::ZLIB ${CMAKE_DL_LIBS} ${CMAKE_THREAD_LIBS_INIT}