Skip to content
Snippets Groups Projects
Commit 9656dea7 authored by Jan de Cuveland's avatar Jan de Cuveland Committed by Administrator
Browse files

Make OpenMP optional in reco/tasks

parent a3be2cc6
No related branches found
No related tags found
1 merge request!828Add multithreading to CbmTaskUnpack and fix compiler errors on several systems
......@@ -69,8 +69,11 @@ CbmBase
CbmData
Algo
external::yaml-cpp
OpenMP::OpenMP_CXX
)
if(OpenMP_CXX_FOUND)
list(APPEND DEPENDENCIES OpenMP::OpenMP_CXX)
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