jklimke / libcitygml

C++ Library for CityGML Parsing and Visualization
GNU Lesser General Public License v2.1
98 stars 55 forks source link

Allow findinging XercesC with CMake's FindXercesC.cmake. #96

Closed gostefan closed 2 months ago

gostefan commented 3 months ago

This avoids explicitly specifying the library path for regularly installed versions of XercesC. Alternatively, the path needs to be specified only once by adding the path to XercesC to CMake's search paths with -DCMAKE_SYSTEM_PREFIX_PATH=<Xerces install path>.