podio: add supported CMAKE_BUILD_TYPE values (#26432)
This commit is contained in:
parent
aee1d44edf
commit
846428a661
@ -28,7 +28,7 @@ class Podio(CMakePackage):
|
||||
|
||||
variant('build_type', default='Release',
|
||||
description='The build type to build',
|
||||
values=('Debug', 'Release'))
|
||||
values=('Debug', 'RelWithDebInfo', 'MinSizeRel', 'Release'))
|
||||
|
||||
variant('sio', default=False,
|
||||
description='Build the SIO I/O backend')
|
||||
|
Loading…
Reference in New Issue
Block a user