podio: remove build_type variant (provided by base package class already) (#26463)

This commit is contained in:
Valentin Volkl 2021-10-04 14:00:20 +02:00 committed by GitHub
parent 3fff338844
commit e4d5bcf916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,6 @@ class Podio(CMakePackage):
version('0.9', sha256='3cde67556b6b76fd2d004adfaa3b3b6173a110c0c209792bfdb5f9353e21076f')
version('0.8', sha256='9d035a7f5ebfae5279a17405003206853271af692f762e2bac8e73825f2af327')
variant('build_type', default='Release',
description='The build type to build',
values=('Debug', 'RelWithDebInfo', 'MinSizeRel', 'Release'))
variant('sio', default=False,
description='Build the SIO I/O backend')