Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Markus Blatt's avatar
    7f5eb715
    [cmake,bugfix] Fixes adding ParMETIS flags · 7f5eb715
    Markus Blatt authored
    Previously, parmetis flags were not added as we used PARMETIS_COMPILE_FLAGS
    which does not exist. This patch now sets the properties COMPILE_DEFINITIONS
    and INCLUDE_DIRECTORIES for the targets and uses the correct values.
    7f5eb715
    History
    [cmake,bugfix] Fixes adding ParMETIS flags
    Markus Blatt authored
    Previously, parmetis flags were not added as we used PARMETIS_COMPILE_FLAGS
    which does not exist. This patch now sets the properties COMPILE_DEFINITIONS
    and INCLUDE_DIRECTORIES for the targets and uses the correct values.