Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-istl
Source project has a limited visibility.
  • Markus Blatt's avatar
    b1b6e414
    - List the cmake modules explicitly (file(GLOB will not detect changes · b1b6e414
    Markus Blatt authored
      after configure)
    - Make CMake module installation path configurable
    - Detect CMAKE_MODULE_PATH automatically
      + First call find_package(dune-common) to query its CMAKE_MODULE_PATH
      + Then setup the module path
      + After each find_package of dune module update the CMAK_MODULE_PATH
      + each module exports ist own <package-name>_MODULE_PATH in the
      + package configuration files
    
    [[Imported from SVN: r1714]]
    b1b6e414
    History
    - List the cmake modules explicitly (file(GLOB will not detect changes
    Markus Blatt authored
      after configure)
    - Make CMake module installation path configurable
    - Detect CMAKE_MODULE_PATH automatically
      + First call find_package(dune-common) to query its CMAKE_MODULE_PATH
      + Then setup the module path
      + After each find_package of dune module update the CMAK_MODULE_PATH
      + each module exports ist own <package-name>_MODULE_PATH in the
      + package configuration files
    
    [[Imported from SVN: r1714]]