Skip to content

FindXercesC: Use NAMES_PER_DIR

jpfeuffer requested to merge jpfeuffer/cmake:jpfeuffer-master-patch-89466 into master

This was missing for us for Xerces.

Currently, if the module finds version 3.2 with the includes in our first CMake Prefix, it can later still find the 3.1 libraries via the version-unspecific library name in a system folder.

Issue: #20882
Topic-rename: FindXercesC-NAMES_PER_DIR

Edited by Brad King

Merge request reports