Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/fpm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -692,11 +692,10 @@ subroutine cmd_run(settings,test)

end if

call build_package(targets,model,verbose=settings%verbose,dry_run=settings%list)

if (settings%list) then
call compact_list()
else
call build_package(targets,model,verbose=settings%verbose,dry_run=.false.)

! Save current library path and set a new one that includes the local
! dynamic library folders
Expand Down
Loading