Skip to content

Commit d147ba3

Browse files
committed
cleanup
1 parent 0631482 commit d147ba3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "fpm"
2-
version = "0.7.1"
2+
version = "0.7.0"
33
license = "MIT"
44
author = "fpm maintainers"
55
maintainer = ""

src/fpm.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ subroutine build_model(model, settings, package, error)
6060
call model%deps%add(package, error)
6161
if (allocated(error)) return
6262

63+
! Update dependencies where needed
6364
do i = 1, model%deps%ndep
6465

6566
if (model%deps%dep(i)%update) then

0 commit comments

Comments
 (0)