Skip to content

Commit

Permalink
Attempt to fix interface compile defintitions for libxml.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Feb 17, 2024
1 parent d6ada56 commit e87917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ while (TRUE)
IMPORTED_LOCATION ${LIBXML2_LIBRARIES}
IMPORTED_IMPLIB ${LIBXML2_LIBRARIES}
INTERFACE_INCLUDE_DIRECTORIES "${LIBXML2_INCLUDE_DIR}"
INTERFACE_COMPILE_DEFINITIONS "-DLIBXML_STATIC"
INTERFACE_COMPILE_DEFINITIONS "${LIBXML2_DEFINITIONS}"
)
add_library(LibXml2::LibXml2 ALIAS libxml2)

Expand Down

0 comments on commit e87917e

Please sign in to comment.