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

Fixing compilation

parent 27eed4b7
No related branches found
No related tags found
No related merge requests found
Pipeline #2956 passed
......@@ -100,7 +100,7 @@ endif()
# will also build with -std=c++11
target_compile_features(io PUBLIC cxx_std_11)
target_link_libraries(io ${MPI_C_LIBRARIES})
target_link_libraries(io ${MPI_CXX_LIBRARIES})
if (TEST_COVERAGE)
target_link_libraries(io -lgcov)
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