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 11diff --git a/CMakeLists.txt b/CMakeLists.txt
2- index 327c2a42..26ccfabf 100644
2+ index c23fe75f..5cc294b2 100644
33--- a/CMakeLists.txt
44+++ b/CMakeLists.txt
55@@ -362,7 +362,7 @@ endif()
@@ -11,12 +11,12 @@ index 327c2a42..26ccfabf 100644
1111 list(APPEND XML_PRIVATE_LIBS "${ICU_LDFLAGS}")
1212 pkg_check_modules(ICU_PC IMPORTED_TARGET icu-uc)
1313 if(ICU_PC_FOUND)
14- @@ -416 ,7 +416 ,6 @@ set_target_properties(
14+ @@ -417 ,7 +417 ,6 @@ set_target_properties(
1515 IMPORT_PREFIX lib
1616 OUTPUT_NAME xml2
1717 POSITION_INDEPENDENT_CODE ON
1818- PREFIX lib
19- VERSION ${PROJECT_VERSION}
19+ VERSION "${LIBXML_SOVERSION}.${LIBXML_AGE}.${LIBXML_MICRO_VERSION}"
2020 SOVERSION ${LIBXML_SOVERSION}
2121 )
2222diff --git a/encoding.c b/encoding.c
You can’t perform that action at this time.
0 commit comments