Skip to content

Commit afc2631

Browse files
perazzCopilot
andauthored
Update src/fpm_compiler.F90
Co-authored-by: Copilot <[email protected]>
1 parent 8131246 commit afc2631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_compiler.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ pure elemental subroutine validate_compiler_name(compiler_name, is_valid)
10921092
case("gfortran", "ifort", "ifx", "pgfortran", &
10931093
"nvfortran", "flang", "caf", &
10941094
"f95", "lfortran", "lfc", "nagfor",&
1095-
"crayftn", "xlf90", "ftn95")
1095+
"crayftn", "xlf90", "ftn95", "all")
10961096
is_valid = .true.
10971097
case default
10981098
is_valid = .false.

0 commit comments

Comments
 (0)