commit | 549592880ec8d97f1ab8140cb72b1414ed285768 | [log] [tgz] |
---|---|---|
author | Fred Hornsey <hornseyf@objectcomputing.com> | Tue May 17 16:37:21 2022 -0500 |
committer | Fred Hornsey <hornseyf@objectcomputing.com> | Tue May 17 17:34:18 2022 -0500 |
tree | 1f1c85590d466087d0250a02e9752ffc71d97429 | |
parent | 3ba741013fa653098cc258a7acab5a094d2ebdca [diff] |
Mark Xerces Dependencies as PRIVATE in CMake Fixes https://issues.apache.org/jira/browse/XERCESC-2236, where trying to use the generated CMake config package doesn't work because the dependencies are not loaded using find_package in the config package. This change assumes they're not necessary for users of the library and marks them as PRIVATE so they don't end up in the config package in the first place.