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

[cmake] Propagate DUMUX_MULTITHREADING_BACKEND downstream

parent 75c7d584
No related branches found
No related tags found
1 merge request!3983[cmake] Propagate DUMUX_MULTITHREADING_BACKEND downstream
Pipeline #55665 passed
+3
......@@ -152,5 +152,9 @@ if (OpenMP_FOUND)
"find_dependency(OpenMP)"
)
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()
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