Skip to content
Snippets Groups Projects
Commit 5206584c authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 9219ce9a
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES GNU)
STRING(FIND ${CMAKE_Fortran_FLAGS_DEBUG} invalid index)
if(NOT ${index} EQUAL -1)
message(WARNING "We cannot use -ffpe-trap=invalid because of Gfortran bug "
message(WARNING "We cannot use -ffpe-trap=invalid because of GFortran bug "
"with quiet NaNs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70817")
endif()
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