Add RelWithDebInfo to protobuf build_type list. (#27220)
This commit is contained in:
parent
f6ed8b6150
commit
ed3d459a83
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user