Update f_check.cmake
This commit is contained in:
parent
7c88437070
commit
349a4bf046
|
@ -64,6 +64,7 @@ else ()
|
|||
"#define NEEDBUNDERSCORE 1\n")
|
||||
endif()
|
||||
|
||||
if (CMAKE_Fortran_COMPILER)
|
||||
get_filename_component(F_COMPILER ${CMAKE_Fortran_COMPILER} NAME_WE)
|
||||
string(TOUPPER ${F_COMPILER} F_COMPILER)
|
||||
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue