[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...
Loading
Please register or sign in to comment