Update fdb package.py with libs (#42874)

* Update fdb package.py with libs
* Formatting
This commit is contained in:
Victoria Cherkas 2024-02-29 21:23:37 +01:00 committed by GitHub
parent 1f919255fd
commit 977603cd96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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