podio: add supported CMAKE_BUILD_TYPE values (#26432)

This commit is contained in:
Wouter Deconinck 2021-10-02 17:38:36 -05:00 committed by GitHub
parent aee1d44edf
commit 846428a661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')