Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
5336 commits behind the upstream repository.
  • Markus Blatt's avatar
    3a203878
    - List the cmake modules explicitly (file(GLOB will not detect changes · 3a203878
    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
    - Adapted dunecontrol and duneproject accordingly.
    
    [[Imported from SVN: r6996]]
    3a203878
    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
    - Adapted dunecontrol and duneproject accordingly.
    
    [[Imported from SVN: r6996]]
CMakeLists.txt 461 B
set(modules DuneBoost.cmake
  DuneCommonMacros.cmake
  DuneDoc.cmake
  DuneDoxygen.cmake
  DuneMacros.cmake
  DuneMPI.cmake
  DunePkgConfig.cmake
  DuneStreams.cmake
  DuneTestMacros.cmake
  DuneTests.cmake
  FindBoostFusion.cmake
  FindCXX11Features.cmake
  FindGMP.cmake
  FindInkscape.cmake
  FindMETIS.cmake
  FindParMETIS.cmake
  FindSharedPtr.cmake
  LanguageSupport.cmake
  UseLATEX.cmake)
install(FILES ${modules} DESTINATION ${DUNE_INSTALL_MODULEDIR})