Skip to content
Snippets Groups Projects
Commit 2d898a5f authored by jstark's avatar jstark
Browse files

Added linking omp.

parent 14ae574a
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,7 @@ endif()
if(OpenMP_CXX_FOUND)
target_link_libraries(numerics ${OpenMP_CXX_FLAGS})
target_link_libraries(numerics -L/usr/local/lib -lomp)
endif()
target_link_libraries(numerics -L${METIS_ROOT}/lib metis)
......
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