change recurse into recursive in a few places (#7342)
This commit is contained in:

committed by
Massimiliano Culpo

parent
3089207ced
commit
98949bd79b
@@ -45,5 +45,5 @@ class NetcdfCxx4(AutotoolsPackage):
|
||||
def libs(self):
|
||||
shared = True
|
||||
return find_libraries(
|
||||
'libnetcdf_c++4', root=self.prefix, shared=shared, recurse=True
|
||||
'libnetcdf_c++4', root=self.prefix, shared=shared, recursive=True
|
||||
)
|
||||
|
Reference in New Issue
Block a user