We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9391cbe + e0b5935 commit cb7ff95Copy full SHA for cb7ff95
src/metapackage/fpm_meta_base.f90
@@ -91,6 +91,7 @@ elemental subroutine destroy(this)
91
if (allocated(this%link_libs)) deallocate(this%link_libs)
92
if (allocated(this%incl_dirs)) deallocate(this%incl_dirs)
93
if (allocated(this%external_modules)) deallocate(this%external_modules)
94
+ if (allocated(this%dependency)) deallocate(this%dependency)
95
end subroutine destroy
96
97
!> Resolve metapackage dependencies into the command line settings
0 commit comments