Skip to content

cmake library order

Martin Heistermann requested to merge cmake-library-order into master

We need to make sure that optional libraries are loaded in an order compatible with their depencency graph. This change makes sure CoMISo, OpenVolumeMesh and HexEx are loaded first, so other libraries can depend on them.

Merge request reports