diff options
-rw-r--r-- | fpm/src/fpm/manifest.f90 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpm/src/fpm/manifest.f90 b/fpm/src/fpm/manifest.f90 index 362ac69..00e57fe 100644 --- a/fpm/src/fpm/manifest.f90 +++ b/fpm/src/fpm/manifest.f90 @@ -93,6 +93,7 @@ contains end if call new_package(package, table, error) + if (allocated(error)) return if (present(apply_defaults)) then if (apply_defaults) then |