mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
cmake: Build static library with -DLIBXML_STATIC
Fix scope of target_compile_definitions command. Fixes #425.
This commit is contained in:
parent
7f04e29731
commit
530938b487
@ -326,7 +326,7 @@ add_library(LibXml2::LibXml2 ALIAS LibXml2)
|
||||
target_compile_definitions(LibXml2 PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}")
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
target_compile_definitions(LibXml2 INTERFACE LIBXML_STATIC)
|
||||
target_compile_definitions(LibXml2 PUBLIC LIBXML_STATIC)
|
||||
set(XML_CFLAGS "-DLIBXML_STATIC")
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user