File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ module fpm
29
29
recursive subroutine add_libsources_from_package (sources ,package_list ,package , &
30
30
package_root ,dev_depends ,error )
31
31
! Discover library sources in a package, recursively including dependencies
32
- ! Only supports local path dependencies currently
33
32
!
34
33
type (srcfile_t), allocatable , intent (inout ), target :: sources(:)
35
34
type (string_t), allocatable , intent (inout ) :: package_list(:)
@@ -123,7 +122,7 @@ subroutine add_dependencies(dependency_list)
123
122
124
123
call add_libsources_from_package(sources,package_list,dependency, &
125
124
package_root= dependency_path, &
126
- dev_depends= dev_depends , error= error)
125
+ dev_depends= .false. , error= error)
127
126
128
127
if (allocated (error)) then
129
128
error% message = ' Error while processing sources for dependency package "' // &
You can’t perform that action at this time.
0 commit comments