geos: add command property (#31294)
This commit is contained in:
parent
2683040c09
commit
616d7454fc
@ -47,6 +47,10 @@ class Geos(CMakePackage):
|
|||||||
sha256='ab78db7ff2e8fc89e899b8233cf77d90b24d88940dd202c4219decba479c8d35',
|
sha256='ab78db7ff2e8fc89e899b8233cf77d90b24d88940dd202c4219decba479c8d35',
|
||||||
when='@3.8:')
|
when='@3.8:')
|
||||||
|
|
||||||
|
@property
|
||||||
|
def command(self):
|
||||||
|
return Executable(self.prefix.bin.join('geos-config'))
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
args = []
|
args = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user