Add RelWithDebInfo to protobuf build_type list. (#27220)

This commit is contained in:
Jon Rood 2021-11-04 11:16:44 -06:00 committed by GitHub
parent f6ed8b6150
commit ed3d459a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ class Protobuf(Package):
description='Enables the build of shared libraries')
variant('build_type', default='Release',
description='The build type to build',
values=('Debug', 'Release'))
values=('Debug', 'Release', 'RelWithDebInfo'))
depends_on('cmake', when='@3.0.2:', type='build')
depends_on('zlib')