Skip to content

GetPrerequisites: Classify vcruntime libraries as system

Previously GetPrerequisites classified vcruntime*.dll as type "other". They should be classified as type "system".

Original Description

GetPrerequisites.cmake labels "vcruntime140.dll" and "vcruntime140-1.dll" as type "other" when msvc 2019 compiler is installed.
The dll's will be found here when building 64 bit:
C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.23.28105/bin/HostX64/x64/
Because this is outside of system32 and does not match msvc|api-ms-win- it is mislabeled as type "other".

Backport: release
Topic-rename: GetPrerequisites-vcruntime-is-system

Edited by Brad King

Merge request reports