Correct flang option to -Mrecursive

This commit is contained in:
Martin Kroeker 2020-06-13 19:32:54 +02:00 committed by GitHub
parent 63d26090f5
commit f6ccca344d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if (${F_COMPILER} STREQUAL "FLANG")
if (USE_OPENMP)
set(FCOMMON_OPT "${FCOMMON_OPT} -fopenmp")
endif ()
set(FCOMMON_OPT "${FCOMMON_OPT} -frecursive")
set(FCOMMON_OPT "${FCOMMON_OPT} -Mrecursive")
endif ()
if (${F_COMPILER} STREQUAL "G77")