- Jan 09, 2018
-
-
Christoph Grüninger authored
-
- Jan 02, 2018
-
-
Christoph Grüninger authored
-
- Aug 05, 2016
-
-
- May 28, 2016
-
-
Christoph Grüninger authored
-
- Jan 22, 2016
-
-
Christoph Grüninger authored
-
- Jan 02, 2014
-
-
Markus Blatt authored
Previously, dependencies were not correctly searched for as required packages. This patch fixes this.
-
- Jun 05, 2013
-
-
Markus Blatt authored
Previously we relied on CMake's export(PACKAGE ...) function when finding dune packages without dune-control. This is error prone when using several instances of a dune-module (either with differing versions or built using different options). In this case there is no control which of the instances is used. Now we try to guess the correct build directory, if it was not provided with ${module}_DIR, ${module}_Root or in the CMAKE_PREFIX_PATH. Note that when using dunecontrol ${module}_DIR will always be set. We take the path of the current toplevel build directory and simply substitute any occurence of the name of current module with name of the module that we try to find. This works for both building in a subdirectory of the source tree (e.g. ${module-source}/build-cmake) or in a sibling directory
-
- Feb 20, 2013
-
-
Markus Blatt authored
Renamed CMAKE_(SOURCE|BINARY)_DIR to PROJECT_(SOURCE|BINARY)_DIR to let people build dune modules as subproject of another project. [[Imported from SVN: r1791]]
-
- Oct 19, 2012
-
-
Markus Blatt authored
Some of the macros used are only available for CMake 2.8.6 and higher. Bumped required CMake version [[Imported from SVN: r1727]]
-
- Sep 27, 2012
-
-
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]]
-
- Sep 20, 2012
-
-
Markus Blatt authored
- Removed dependency on cmake version 2.8.9 [[Imported from SVN: r1707]]
-
- Aug 28, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r1676]]
-
- May 22, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r1596]]
-
- Apr 30, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r1556]]
-