Skip to content

Replace the duplicate cmake target name gmsh2dgf

Simon Praetorius requested to merge issue/gmsh2dgf_duplication into master

Rename the target gmsh2dgf into gmsh2dgf_alugrid and add the OUTPUT_NAME property to gmsh2dgf. This means that the effect will be identical to before, i.e., an executable with the name gmsh2dgf will be created in the same directory, but the internal name for this executable is set to something unique. This solves an issue with a duplication on the cmake target name with another target in dune-grid.

Closes #72 (closed)

Merge request reports