Allow setting variant name in AutotoolsPackage._activate_or_not (#26054)
This commit is contained in:
@@ -28,6 +28,8 @@ class A(AutotoolsPackage):
|
||||
multi=False
|
||||
)
|
||||
|
||||
variant('lorem_ipsum', description='', default=False)
|
||||
|
||||
variant('bvv', default=True, description='The good old BV variant')
|
||||
|
||||
depends_on('b', when='foobar=bar')
|
||||
|
Reference in New Issue
Block a user