Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ if (PIO_ENABLE_COVERAGE)
endif ()

# Allow argument mismatch in gfortran versions > 10 for mpi library compatibility
if (CMAKE_C_COMPILER_NAME STREQUAL "GNU")
if (CMAKE_Fortran_COMPILER_NAME STREQUAL "GNU")
if ("${CMAKE_Fortran_COMPILER_VERSION}" VERSION_LESS 10)
message (WARNING "gfortran version is ${CMAKE_Fortran_COMPILER_VERSION}")
else()
Expand Down