SCIInstitute / Cleaver

A MultiMaterial Tetrahedral Meshing Library and Application
https://cleaver.readthedocs.io
Other
40 stars 18 forks source link

COMP: Fix build updating directory case in library header copy & install rules #115

Closed jcfr closed 2 years ago

jcfr commented 2 years ago

This commit fixes the build of the Cleaver gui application, Cleaver examples and client project against Cleaver library on case sensitive file-system.

It ensures preprocessor directives like #include <cleaver/Cleaver.h> are valid by updating the copy & install rules to use in "cleaver" sub-directory instead of "Cleaver".

jcfr commented 2 years ago

cc: @aronhelser @thewtex