ParMmg icon indicating copy to clipboard operation
ParMmg copied to clipboard

Support for ParMmg as a subproject and modern cmake

Open prudhomm opened this issue 5 years ago • 2 comments

ParMmg cannot be used as a subproject. A few changes in the CMakeLists.txt would allow that. For example use ${PROJECT_BINARY_DIR} instead of ${CMAKE_BINARY_DIR}. Also target_include_directories could be improved and targets export could be setup

prudhomm avatar Feb 23 '20 13:02 prudhomm

Thank you for the feedback and the improvements!

lcirrottola avatar Feb 24 '20 10:02 lcirrottola