Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is achieved by updating the CMake set-up: - add find_package(XercesC ...) (can be installed via brew) - link the target, as specified by FindXercesC.cmake - decrease the C++ standard to 14 (This is required, as libxsd uses std::auto_ptr which was removed in C++17. Hence, stricter compilers (e.g. Apple Clang) refuse to compile)
- Loading branch information