jklimke / libcitygml

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

Error when build using cmake #59

Open mali151298 opened 3 years ago

mali151298 commented 3 years ago

Error In FindXreces.cmake Xreces-c not found error

adi64 commented 2 years ago

You need to install the xerces-c library and development files. For example, on Ubuntu 20.04, you can do apt install libxerces-c-dev.