diff options
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pyproject.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 0bbdcfa..061c225 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -217,7 +217,7 @@ public override bool Execute() { <VCRuntimeDLL Include="$(VCRedistDir)\Microsoft.VC*.CRT\vcruntime*.dll" /> </ItemGroup> - <Error Text="vcruntime14*.dll not found under $(VCInstallDir)" Condition="@(VCRuntimeDLL) == ''" /> + <Warning Text="vcruntime14*.dll not found under $(VCInstallDir)" Condition="@(VCRuntimeDLL) == ''" /> <Message Text="VCRuntimeDLL: @(VCRuntimeDLL)" Importance="high" /> </Target> </Project> |