ROOT: fix pyroot build failure in v6.20.0 (#23038)
This commit is contained in:
@@ -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'))
|
||||
|
Reference in New Issue
Block a user