Skip to content
Snippets Groups Projects
Commit 3ebb790a authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/propagate-multithreading-found-downstream' into 'master'

[cmake] Propagate DUMUX_MULTITHREADING_BACKEND downstream

See merge request !3983
parents 75c7d584 5853ccfa
No related branches found
No related tags found
1 merge request!3983[cmake] Propagate DUMUX_MULTITHREADING_BACKEND downstream
Pipeline #55673 passed
...@@ -152,5 +152,9 @@ if (OpenMP_FOUND) ...@@ -152,5 +152,9 @@ if (OpenMP_FOUND)
"find_dependency(OpenMP)" "find_dependency(OpenMP)"
) )
endif() endif()
string(JOIN "\n" DUNE_CUSTOM_PKG_CONFIG_SECTION ${DUNE_CUSTOM_PKG_CONFIG_SECTION}
"# Propagate the multithreading backend"
"set(DUMUX_MULTITHREADING_BACKEND ${DUMUX_MULTITHREADING_BACKEND})"
)
finalize_dune_project() finalize_dune_project()
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