Skip to content

[cmake] Propagate DUMUX_MULTITHREADING_BACKEND downstream

Timo Koch requested to merge fix/propagate-multithreading-found-downstream into master

The variable needs to be available. This used to be in the DumuxMacros which are executed again downstream. The modern way is to propagate via the config file we create for downstream modules finding dumux. Fix for !3980 (merged) which moved the variable to config but forgot to propagate it downstream. This means downstream modules didn't have enough information to compile against dumux.

Edited by Timo Koch

Merge request reports

Loading