root: add conflict for removed feature vmc (#29777)

Co-authored-by: Hadrien G. <knights_of_ni@gmx.com>
This commit is contained in:
Valentin Volkl
2022-04-04 14:10:26 +02:00
committed by GitHub
parent 5680c90c7d
commit d7aac3af24

View File

@@ -309,6 +309,9 @@ class Root(CMakePackage):
conflicts('+' + pkg, when='@6.18.00:',
msg='Obsolete option +{0} selected.'.format(pkg))
# Feature removed in 6.26.00:
conflicts('+vmc', when='@6.26:', msg="VMC was removed in ROOT v6.26.00.")
@classmethod
def filter_detected_exes(cls, prefix, exes_in_prefix):
result = []