Skip to content
Snippets Groups Projects
Commit 6c34ea78 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing OpenMP detection

parent 6205db92
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ if(SuiteSparse_FOUND)
endif()
if(OpenMP_CXX_FOUND)
target_include_directories (numerics PUBLIC ${OpenMP_CXX_INCLUDE_DIRS})
target_link_libraries(numerics ${OpenMP_CXX_FLAGS})
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