-
- Downloads
- List the cmake modules explicitly (file(GLOB will not detect changes
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]]
Showing
- CMakeLists.txt 2 additions, 2 deletionsCMakeLists.txt
- bin/dunecontrol 0 additions, 11 deletionsbin/dunecontrol
- bin/duneproject 13 additions, 4 deletionsbin/duneproject
- cmake/modules/CMakeLists.txt 20 additions, 2 deletionscmake/modules/CMakeLists.txt
- cmake/modules/DuneMacros.cmake 19 additions, 0 deletionscmake/modules/DuneMacros.cmake
- cmake/pkg/dune-common-config.cmake.in 2 additions, 1 deletioncmake/pkg/dune-common-config.cmake.in
- dune-common-config.cmake.in 1 addition, 0 deletionsdune-common-config.cmake.in
Loading
Please register or sign in to comment