Skip to content
Snippets Groups Projects
Commit d3767087 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[cmake][threading] fix typo in status message

parent 4ebeaefe
No related branches found
No related tags found
1 merge request!3653[cmake] clean up threading backend selection
Pipeline #36392 waiting for manual action
...@@ -93,6 +93,6 @@ else() ...@@ -93,6 +93,6 @@ else()
elseif(DUMUX_MULTITHREADING_BACKEND STREQUAL "Cpp" AND NOT DUMUX_HAVE_CXX_EXECUTION_POLICY) elseif(DUMUX_MULTITHREADING_BACKEND STREQUAL "Cpp" AND NOT DUMUX_HAVE_CXX_EXECUTION_POLICY)
message(FATAL_ERROR "Selected Cpp as Dumux multithreading backed but your compiler does not implement parallel STL") message(FATAL_ERROR "Selected Cpp as Dumux multithreading backed but your compiler does not implement parallel STL")
else() else()
message(STATUS "Dumux multithreading backed: ${DUMUX_MULTITHREADING_BACKEND}") message(STATUS "Dumux multithreading backend: ${DUMUX_MULTITHREADING_BACKEND}")
endif() endif()
endif() endif()
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