File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ find_package(Threads REQUIRED)
4545list (INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR} " )
4646
4747# stuff we get from Conan
48- FIND_PACKAGE ( Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
48+ find_package ( Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
4949find_package (libxml2 MODULE REQUIRED )
50- find_package (zlib MODULE REQUIRED )
50+ find_package (ZLIB MODULE REQUIRED )
5151find_package (fmt MODULE REQUIRED )
5252
5353# create a compilation database for e.g. clang-tidy
@@ -212,7 +212,7 @@ target_link_libraries(libFBX2glTF
212212 debug ${FBXSDK_LIBRARY_DEBUG}
213213 fmt::fmt
214214 libxml2::libxml2
215- zlib::zlib
215+ ZLIB_LIBRARIES
216216 ${CMAKE_DL_LIBS}
217217 ${CMAKE_THREAD_LIBS_INIT}
218218)
You can’t perform that action at this time.
0 commit comments