diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-07-03 11:19:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 20:19:23 -0700 |
| commit | f24543e83134c0199df370d683f69641fc66c44a (patch) | |
| tree | 9f382e312788a9f43f728efdf2f4cbb0be68ead7 /scripts/buildsystems | |
| parent | 2ad4074aea2415e962153544ca942942e7d52323 (diff) | |
| download | vcpkg-f24543e83134c0199df370d683f69641fc66c44a.tar.gz vcpkg-f24543e83134c0199df370d683f69641fc66c44a.zip | |
[msbuild] Revert the importance to Normal (#12212)
Diffstat (limited to 'scripts/buildsystems')
| -rw-r--r-- | scripts/buildsystems/msbuild/vcpkg.targets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildsystems/msbuild/vcpkg.targets b/scripts/buildsystems/msbuild/vcpkg.targets index f93e51056..7fbc8cc09 100644 --- a/scripts/buildsystems/msbuild/vcpkg.targets +++ b/scripts/buildsystems/msbuild/vcpkg.targets @@ -87,8 +87,8 @@ </Target> <Target Name="VcpkgTripletSelection" BeforeTargets="ClCompile"> - <Message Text="Using triplet "$(VcpkgTriplet)" from "$(VcpkgCurrentInstalledDir)"" Importance="High" Condition="'$(VcpkgEnabled)' == 'true'"/> - <Message Text="Not using Vcpkg because VcpkgEnabled is "$(VcpkgEnabled)"" Importance="High" Condition="'$(VcpkgEnabled)' != 'true'"/> + <Message Text="Using triplet "$(VcpkgTriplet)" from "$(VcpkgCurrentInstalledDir)"" Importance="Normal" Condition="'$(VcpkgEnabled)' == 'true'"/> + <Message Text="Not using Vcpkg because VcpkgEnabled is "$(VcpkgEnabled)"" Importance="Normal" Condition="'$(VcpkgEnabled)' != 'true'"/> <Message Text="Vcpkg is unable to link because we cannot decide between Release and Debug libraries. Please define the property VcpkgConfiguration to be 'Release' or 'Debug' (currently '$(VcpkgConfiguration)')." Importance="High" Condition="'$(VcpkgEnabled)' == 'true' and '$(VcpkgNormalizedConfiguration)' == ''"/> </Target> |
