fix misedit

This commit is contained in:
Martin Kroeker 2021-09-04 14:46:53 +02:00 committed by GitHub
parent 726a185f43
commit 3590039ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")