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.
1 parent 8b1e4a6 commit f32d6c3Copy full SHA for f32d6c3
fpm/src/fpm.f90
@@ -33,6 +33,7 @@ subroutine cmd_build(settings)
33
34
! Populate library in case we find the default src directory
35
if (.not.allocated(package%library) .and. exists("src")) then
36
+ allocate(package%library)
37
call default_library(package%library)
38
end if
39
0 commit comments