Update fdb package.py with libs (#42874)
* Update fdb package.py with libs * Formatting
This commit is contained in:
parent
1f919255fd
commit
977603cd96
@ -66,6 +66,10 @@ class Fdb(CMakePackage):
|
|||||||
when="@5.7.1:5.7.10+tools",
|
when="@5.7.1:5.7.10+tools",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def libs(self):
|
||||||
|
return find_libraries("libfdb5", root=self.prefix, shared=True, recursive=True)
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
enable_build_tools = "+tools" in self.spec
|
enable_build_tools = "+tools" in self.spec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user