Skip to content

Commit f0bfc79

Browse files
committed
Try again for LibXml2.
1 parent 608956f commit f0bfc79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ find_package(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
4949
find_package(ZLIB MODULE REQUIRED)
5050
find_package(fmt MODULE REQUIRED)
5151
find_package(Iconv MODULE REQUIRED)
52+
find_package(LibXml2 MODULE REQUIRED)
5253

5354
# create a compilation database for e.g. clang-tidy
5455
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
@@ -214,6 +215,7 @@ target_link_libraries(libFBX2glTF
214215
fmt::fmt
215216
ZLIB::ZLIB
216217
Iconv::Iconv
218+
LibXml2::LibXml2
217219
${CMAKE_DL_LIBS}
218220
${CMAKE_THREAD_LIBS_INIT}
219221
)

0 commit comments

Comments
 (0)