We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9973d2 commit 6b8e259Copy full SHA for 6b8e259
src/metapackage/fpm_meta_util.f90
@@ -24,7 +24,7 @@ subroutine add_pkg_config_compile_options(this, name, include_flag, libdir, erro
24
character(len=:), allocatable :: libdir
25
type(string_t) :: log, current_include_dir, current_lib
26
type(string_t), allocatable :: libs(:), flags(:)
27
- integer :: i, j
+ integer :: i
28
29
!> Get version
30
if (.not. allocated(this%version)) then
0 commit comments