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

Removing -lomp

parent 5d3c730b
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,6 @@ 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