Skip to content
Snippets Groups Projects
Commit 3fc87390 authored by Pablo Toharia's avatar Pablo Toharia
Browse files

Merge branch 'openmp' into 'master'

Added missing OpenMP link flags for sumrice.

See merge request nsviz/visimpl!66
parents 7921ab20 6658a13d
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,11 @@ if (LEXIS_FOUND)
list( APPEND SUMRICE_LINK_LIBRARIES Lexis )
endif()
if (OPENMP_FOUND)
list(APPEND SUMRICE_LINK_LIBRARIES OpenMP::OpenMP_CXX)
endif()
set(SUMRICE_INCLUDE_NAME sumrice)
set(SUMRICE_NAMESPACE sumrice)
add_definitions(-DVISIMPL_SHARED)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment