(xerces-c) branch xerces-3.2 updated: XERCESC-2163 - XercesMessages_en_US.cat is installed to wrong directory
[email protected] Wed, 06 Dec 2023 16:58:01 +0000
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the ASF dual-hosted git repository.
scantor pushed a commit to branch xerces-3.2
in repository https://gitbox.apache.org/repos/asf/xerces-c.git
The following commit(s) were added to refs/heads/xerces-3.2 by this push:
new cfd2a1c8f XERCESC-2163 - XercesMessages_en_US.cat is installed to wrong directory
cfd2a1c8f is described below
commit cfd2a1c8f32a64237e74a3b42adaac6b1db85121
Author: Scott Cantor <[email protected]>
AuthorDate: Wed Dec 6 11:56:46 2023 -0500
XERCESC-2163 - XercesMessages_en_US.cat is installed to wrong directory
https://issues.apache.org/jira/browse/XERCESC-2163
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a168db125..aef3a76f9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1198,7 +1198,7 @@ if(XERCES_USE_MSGLOADER_ICONV)
install(
FILES "${RESTARGET}"
- DESTINATION "${CMAKE_INSTALL_PREFIX}/msg"
+ DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/xerces-c/msg"
COMPONENT "runtime")
endif()