Skip to content

Fixed ordering of cmake commands

Christoph Rettinger requested to merge FixCmakeConvexParticles into master

This (apparently) fixes a current issue with the detection of OpenMesh / ConvexPolyhedron shape in mesa_pd:

As a result, executing cmake and then make in a fresh build directory leads to the cmake output that the convex shape is available but, when building, it is not found. This was not noticed in the CI since there we call cmake twice, which also "fixes" this issue.

Hopefully this reordering of the cake commands does not break something else.

Merge request reports