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>.
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>
.