Skip to content
Snippets Groups Projects
  1. Apr 08, 2015
  2. Feb 25, 2015
  3. Jan 22, 2015
  4. Dec 22, 2014
  5. Sep 18, 2013
    • Dominic Kempf's avatar
      Implements an analogon to autotools "make headercheck" and adds package found summaries · b3a125b0
      Dominic Kempf authored and Markus Blatt's avatar Markus Blatt committed
      Exclusion from the headercheck can be achieved in a CMakeLists.txt
      file via the following macros:
      
      exclude_from_headercheck(list...)
      exclude_dir_from_headercheck()
      exclude_all_but_from_headercheck(list...)
      
      When not excluded, all headers matching dune/*.hh or src/*.hh
      will be checked.
      
      Unlike with autotools, make headercheck can only be called on the
      toplevel module directory and then run on all module headers. In
      contrast to autotools, CMake will cache the results and rerun only
      checks on changed headers.
      b3a125b0
  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
  7. Apr 29, 2013
    • Markus Blatt's avatar
      - Use PARMETIS_ROOT instead of PARMETIS_DIR to specify location. The · 08e6858d
      Markus Blatt authored
        latter should be used to specify the location of the cmake package
        config file. 
      - [BugFix] Set HAVE_PARMETIS for config.h generation
      - Use check_function_exists to search for parmetis_v3_partkway.
        The previously used check_symbol_exists is meant for checking
        symbols defined in headers.
      
      [[Imported from SVN: r7459]]
      08e6858d
  8. Mar 15, 2013
  9. Nov 02, 2012
  10. Sep 04, 2012
    • Markus Blatt's avatar
      Search in default locations, too. Two finds are need: a first with · 2d2456f0
      Markus Blatt authored
      the user supplied path and the NO_DEFAULT_PATH option and a second
      without PATH and NO_DEFAULT_PATH.
      
      Removed ifclauses around second search as due to caching the search
      will not be performed if the first find was successful.
      
      [[Imported from SVN: r6963]]
      2d2456f0
    • Christoph Grüninger's avatar
      [CMake] · b9a34580
      Christoph Grüninger authored
      Fix ParMETIS part of FindParMETIS.cmake, tested with dune-istl and ParMETIS 3.2 / ParMETIS 4.0.
      
      [[Imported from SVN: r6962]]
      b9a34580
  11. Aug 13, 2012
  12. May 30, 2012
  13. May 25, 2012
  14. May 24, 2012
  15. May 16, 2012
Loading