OpenModelica / OMSimulator

The OpenModelica FMI & SSP-based co-simulation environment.
Other
71 stars 50 forks source link

Prune OMSimulator-3rdParty #1248

Closed lochel closed 1 year ago

lochel commented 1 year ago

See OpenModelica/OMSimulator-3rdParty#76

mahge commented 1 year ago

You can probably remove xerces as well. IIRC it was never used because it required a recent CMake version and the OpenModelica docker images did not provide it. Maybe now it is a good time to switch to it?

lochel commented 1 year ago

IIRC we use xerces for certain xml checks when we read the modelDescription.xml file before actually loading an fmu. Maybe @arun3688 can comment on it.

arun3688 commented 1 year ago

@mahge me and lennart spoke about removing xerces and then we decided to use xerces for xml validation of fmus which will be really useful, so we should keep it as of now