fix misedit
This commit is contained in:
parent
726a185f43
commit
3590039ef3
|
@ -103,7 +103,7 @@ if (${F_COMPILER} STREQUAL "FUJITSU")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (${F_COMPILER} STREQUAL "IBM")
|
if (${F_COMPILER} STREQUAL "IBM")
|
||||||
set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_IBM"
|
set(CCOMMON_OPT "${CCOMMON_OPT} -DF_INTERFACE_IBM")
|
||||||
set(FCOMMON_OPT "${FCOMMON_OPT} -qrecur")
|
set(FCOMMON_OPT "${FCOMMON_OPT} -qrecur")
|
||||||
if (BINARY64)
|
if (BINARY64)
|
||||||
set(FCOMMON_OPT "${FCOMMON_OPT} -q64")
|
set(FCOMMON_OPT "${FCOMMON_OPT} -q64")
|
||||||
|
|
Loading…
Reference in New Issue