aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkubajj <vilouskubajj@gmail.com>2021-03-30 21:31:31 +0200
committerkubajj <vilouskubajj@gmail.com>2021-03-30 21:31:31 +0200
commitd7850f0d395f6d426a4fafebc10d058cfd9f549d (patch)
tree76ee95c79449e307fc682d5e3a083466741c74d5
parent12d1bcc7e305a736f3ec7ffd70d722da4355131b (diff)
parent6bebb81f3723c8d3a74a4d434bd0f5cccf31619e (diff)
downloadfpm-d7850f0d395f6d426a4fafebc10d058cfd9f549d.tar.gz
fpm-d7850f0d395f6d426a4fafebc10d058cfd9f549d.zip
Perform a merge with changes implemented in the GitHub PR interface
-rw-r--r--fpm/src/fpm.f905
1 files changed, 0 insertions, 5 deletions
diff --git a/fpm/src/fpm.f90 b/fpm/src/fpm.f90
index e201648..1d2b0ae 100644
--- a/fpm/src/fpm.f90
+++ b/fpm/src/fpm.f90
@@ -47,11 +47,6 @@ subroutine build_model(model, settings, package, error)
logical :: duplicates_found = .false.
type(string_t) :: include_dir
- if(settings%verbose)then
- write(*,*)'<INFO>BUILD_NAME:',settings%build_name
- write(*,*)'<INFO>COMPILER: ',settings%compiler
- endif
-
model%package_name = package%name
allocate(model%include_dirs(0))