fix a typo in podio package script (#19928)
This commit is contained in:
parent
9f24a4b783
commit
b218991283
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Podio(CMakePackage):
|
|||
def cmake_args(self):
|
||||
args = [
|
||||
self.define('BUILD_TESTING', self.run_tests),
|
||||
self.define_from_variants('ENABLE_SIO', 'sio')
|
||||
self.define_from_variant('ENABLE_SIO', 'sio')
|
||||
]
|
||||
return args
|
||||
|
||||
|
|
Loading…
Reference in a new issue