Skip to content
Snippets Groups Projects
Commit e8b78576 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[changelog] Add changes in dunecontrol's configure-opts

parent 14b4acce
Branches feature/add-cmake-flags-to-dunecontrol
No related tags found
1 merge request!378Feature/add cmake flags to dunecontrol
Pipeline #
......@@ -35,3 +35,12 @@
[Vc](https://github.com/VcDevel/Vc) as field types.
See core/dune-common!121
## build-system
- Variables passed via `dunecontrol`'s command `--configure-opts=..` are now
added to the CMake flags.
- Bash-style variables which are passed to `dunecontrol`'s command `configure-opts`
are no longer transformed to their equivalent CMake command. Pass
`-DCMAKE_C_COMPILER=gcc` instead of `CC=gcc`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment