We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8722a commit 82b81c0Copy full SHA for 82b81c0
cmake/f_check.cmake
@@ -64,6 +64,7 @@ else ()
64
"#define NEEDBUNDERSCORE 1\n")
65
endif()
66
67
+if (CMAKE_Fortran_COMPILER)
68
get_filename_component(F_COMPILER ${CMAKE_Fortran_COMPILER} NAME_WE)
69
string(TOUPPER ${F_COMPILER} F_COMPILER)
-
70
+endif()
0 commit comments