Skip to content
Snippets Groups Projects
  1. Sep 01, 2015
  2. Apr 20, 2015
  3. Feb 25, 2015
  4. Feb 24, 2015
  5. Apr 28, 2014
    • Markus Blatt's avatar
      [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
  6. May 02, 2013
    • Markus Blatt's avatar
      Moved add_dune_<package>_flags functions out of the · cd13a837
      Markus Blatt authored
      Find<Package>.cmake modules, as they were missing with set
      CMAKE_DISABLE_<Package>=TRUE.
      
      Now they are in speparte modules Add<Package>Flags and thus can be
      used as exspected with disabled packages.
      
      [[Imported from SVN: r7463]]
      cd13a837
Loading