Skip to content

Commit

Permalink
add model build internal
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Feb 25, 2024
1 parent ea00913 commit 037ad72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fpm_command_line.f90
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module fpm_command_line
logical :: show_upload_data = .false.
logical :: is_dry_run = .false.
character(len=:), allocatable :: token
character(len=:),allocatable :: dump_model
end type

character(len=:),allocatable :: name
Expand Down Expand Up @@ -722,6 +723,7 @@ subroutine get_command_line_settings(cmd_settings)
& show_model=lget('show-model'),&
& build_tests=lget('tests'),&
& verbose=lget('verbose'),&
& dump_model = 'fpm_model.json',&
& token=token_s)

case default
Expand Down

0 comments on commit 037ad72

Please sign in to comment.