From 993fbd43742b141d972de2256617f48fd756cd52 Mon Sep 17 00:00:00 2001 From: LKedward Date: Sat, 21 Nov 2020 14:08:23 +0000 Subject: Update: run command for incremental rebuilds --- fpm/src/fpm.f90 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/fpm/src/fpm.f90 b/fpm/src/fpm.f90 index daa4d98..95327b7 100644 --- a/fpm/src/fpm.f90 +++ b/fpm/src/fpm.f90 @@ -439,13 +439,7 @@ subroutine cmd_run(settings,test) end if - ! NB. To be replaced after incremental rebuild is implemented - if (.not.settings%list .and. & - any([(.not.exists(executables(i)%s),i=1,size(executables))])) then - - call build_package(model) - - end if + call build_package(model) do i=1,size(executables) if (settings%list) then -- cgit v1.2.3