Update fdb package.py with libs (#42874)
* Update fdb package.py with libs * Formatting
This commit is contained in:
parent
1f919255fd
commit
977603cd96
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ class Fdb(CMakePackage):
|
|||
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):
|
||||
enable_build_tools = "+tools" in self.spec
|
||||
|
||||
|
|
Loading…
Reference in a new issue