geos: add command property (#31294)

This commit is contained in:
Adam J. Stewart
2022-06-28 00:32:41 -07:00
committed by GitHub
parent 2683040c09
commit 616d7454fc

View File

@@ -47,6 +47,10 @@ class Geos(CMakePackage):
sha256='ab78db7ff2e8fc89e899b8233cf77d90b24d88940dd202c4219decba479c8d35',
when='@3.8:')
@property
def command(self):
return Executable(self.prefix.bin.join('geos-config'))
def cmake_args(self):
args = []