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 664f53b commit d2e10f2Copy full SHA for d2e10f2
fpm/src/fpm_targets.f90
@@ -70,8 +70,8 @@ subroutine targets_from_sources(model)
70
end if
71
72
with_lib = any([((model%packages(j)%sources(i)%unit_scope == FPM_SCOPE_LIB, &
73
- i=1,size(model%packages(j)%sources)) &
74
- ,j=1,size(model%packages))])
+ i=1,size(model%packages(j)%sources)), &
+ j=1,size(model%packages))])
75
76
if (with_lib) call add_target(model%targets,type = FPM_TARGET_ARCHIVE,&
77
output_file = join_path(model%output_directory,&
0 commit comments