We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0da205 commit 6d54c94Copy full SHA for 6d54c94
1 file changed
cmake/fc.cmake
@@ -76,8 +76,11 @@ if (${F_COMPILER} STREQUAL "GFORTRAN")
76
endif ()
77
78
79
-if (${F_COMPILER} STREQUAL "INTEL")
+if (${F_COMPILER} STREQUAL "IFORT")
80
set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_INTEL")
81
+ if (MSVC)
82
+ set(FCOMMON_OPT "${FCOMMON_OPT} -names:lowercase -assume:underscore")
83
+ endif ()
84
if (INTERFACE64)
85
set(FCOMMON_OPT "${FCOMMON_OPT} -i8")
86
0 commit comments