C++: simplify CppDependencyInstallation interface

This commit is contained in:
Paolo Tranquilli 2023-09-20 09:50:30 +02:00
parent c4c06786f2
commit bf2187592f
7 changed files with 45 additions and 76 deletions

View file

@ -76,7 +76,7 @@ export const featureConfig: Record<
defaultValue: false,
},
[Feature.CppDependencyInstallation]: {
envVar: "CODEQL_CPP_DEPENDENCY_INSTALLATION",
envVar: "CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES",
minimumVersion: "2.15.0",
defaultValue: false,
},