Skip to content
Snippets Groups Projects
Commit bd578fd8 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[Release][CMake][Bugfix] Fix definition setup in dune_enable_all_packages()

We have to call add_definitions() in a loop because add_definitions() is
kind of broken: even though it is supposed to be *the* function for
adding compile definitions, it does not prepend "-D" (as opposed to
target_compile_definitions(), which does). Well, whatever...
parent c849d756
No related branches found
No related tags found
Loading
Loading
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