diff --git a/test/implicit/2pdfm/CMakeLists.txt b/test/implicit/2pdfm/CMakeLists.txt
index c869f99874b3781664565c6e15bccc34652cde40..337bf662ecfca24b12a4c58c4adec492dec54ab9 100644
--- a/test/implicit/2pdfm/CMakeLists.txt
+++ b/test/implicit/2pdfm/CMakeLists.txt
@@ -20,5 +20,5 @@ set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
   PROPERTY TEST_INCLUDE_FILE ${CMAKE_CURRENT_BINARY_DIR}/BuildTests.cmake)
 
 foreach(_exe ${ALLTESTS})
-  target_link_libraries(${_exe} ${DUNE_LIBS})
+  target_link_libraries(${_exe} ${DUNE_LIBS}  ${MPI_LIBRARIES})
 endforeach(_exe ${ALLTESTS})