fix: conan poco project cpe (#2740)

Signed-off-by: Keith Zantow <kzantow@gmail.com>
This commit is contained in:
Keith Zantow 2024-03-28 16:56:24 -04:00 committed by GitHub
parent 16edb40c72
commit 01340b2a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -351,6 +351,12 @@ var defaultCandidateAdditions = buildCandidateLookup(
candidateKey{PkgName: "node"},
candidateAddition{AdditionalProducts: []string{"nodejs", "node.js"}},
},
// Conan packages
{
pkg.ConanPkg,
candidateKey{PkgName: "poco"},
candidateAddition{AdditionalVendors: []string{"pocoproject"}},
},
})
var defaultCandidateRemovals = buildCandidateRemovalLookup(