This is an automated email from the ASF dual-hosted git repository. scantor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/xerces-c.git
The following commit(s) were added to refs/heads/master by this push: new 08f809cd2 XERCESC-2163 - XercesMessages_en_US.cat is installed to wrong directory 08f809cd2 is described below commit 08f809cd26e258c79061065065d19acbe777b276 Author: Scott Cantor <canto...@osu.edu> 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() --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org