Skip to content

Commit 7821865

Browse files
committed
Merge branch 'features_impl' of github.com:perazz/fpm into features_impl
2 parents 86bf62e + afc2631 commit 7821865

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)