remove extension from find_headers call
This commit is contained in:
parent
925f4c3f1e
commit
e035bd176a
@ -71,7 +71,7 @@ def cmake_args(self):
|
||||
|
||||
@property
|
||||
def headers(self):
|
||||
return find_headers("mpi.h", self.prefix)
|
||||
return find_headers("mpi", self.prefix)
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
|
@ -841,7 +841,7 @@ def url_for_version(self, version):
|
||||
|
||||
@property
|
||||
def headers(self):
|
||||
return find_headers("mpi.h", self.prefix)
|
||||
return find_headers("mpi", self.prefix)
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
|
Loading…
Reference in New Issue
Block a user