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
4 changes: 2 additions & 2 deletions src/fpm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ subroutine cmd_build(settings)
endif
if (settings%show_model) then
call show_model(model)
else
call build_package(targets,model,verbose=settings%verbose,dry_run=settings%list)
else if (.not.settings%list) then
call build_package(targets,model,verbose=settings%verbose,dry_run=.false.)
endif

end subroutine cmd_build
Expand Down
Loading