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

committed by
Massimiliano Culpo

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