diff --git a/CMakeLists.txt b/CMakeLists.txt index 06155e991b4f38c3639940e72172f9a2006ac0c7..75c6e403838a05cae3104a962e4ae5f2e46e4913 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,9 +146,6 @@ if (CMAKE_Fortran_COMPILER) if (${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU") set (Fortran_LIBS "-lgfortran") endif () - # CMake issue. Missing library libmpi_mpifh in MPI_Fortran_LINRARIES. - # See issue 587 and corresponding merge request 415. - set (Fortran_LIBS "${Fortran_LIBS} -lmpi_mpifh") else () message (STATUS "No Fortran compiler found (optional)") if (ENABLE_AMR)