Skip to content

Commit c29932a

Browse files
committed
Correct mkl flag
1 parent 536d2f5 commit c29932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metapackage/fpm_meta_blas.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subroutine init_blas(this, compiler, error)
4949
return
5050
end if
5151
else if (compile_and_link_flags_supported(compiler, "-qmkl")) then
52-
call set_compile_and_link_flags(this, compiler, "-Qmkl")
52+
call set_compile_and_link_flags(this, compiler, "-qmkl")
5353
return
5454
endif
5555
end if

0 commit comments

Comments
 (0)