ROOT: fix pyroot build failure in v6.20.0 (#23038)
This commit is contained in:
parent
c575b1ce9b
commit
2f9bfd7e09
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ def cmake_args(self):
|
|||
]
|
||||
|
||||
# Some special features
|
||||
if self.spec.satisfies('@6.20:'):
|
||||
if self.spec.satisfies('@6.20.02:'):
|
||||
options.append(define_from_variant('pyroot', 'python'))
|
||||
else:
|
||||
options.append(define_from_variant('python'))
|
||||
|
|
Loading…
Reference in a new issue