Skip to content

Commit a706f77

Browse files
committed
Fix libxml2 build
1 parent ffd86a3 commit a706f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/external/libxml2.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ExternalProject_Add(${LIBXML2_TARGET}
3838
UPDATE_COMMAND ""
3939
CONFIGURE_COMMAND ${LIBXML2_SRC_DIR}/autogen.sh --without-python
4040
--prefix=${LIBXML2_INSTALL_DIR}
41+
--enable-static
4142
CC=${CMAKE_C_COMPILER}
4243
CXX=${CMAKE_CXX_COMPILER}
4344
CFLAGS=${LIBXML2_CFLAGS}

0 commit comments

Comments
 (0)