You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<MessageText="Using triplet "$(VcpkgTriplet)" from "$(VcpkgCurrentInstalledDir)""Importance="High"Condition="'$(VcpkgEnabled)' == 'true'"/>
91
-
<MessageText="Not using Vcpkg because VcpkgEnabled is "$(VcpkgEnabled)""Importance="High"Condition="'$(VcpkgEnabled)' != 'true'"/>
90
+
<MessageText="Using triplet "$(VcpkgTriplet)" from "$(VcpkgCurrentInstalledDir)""Importance="Normal"Condition="'$(VcpkgEnabled)' == 'true'"/>
91
+
<MessageText="Not using Vcpkg because VcpkgEnabled is "$(VcpkgEnabled)""Importance="Normal"Condition="'$(VcpkgEnabled)' != 'true'"/>
92
92
<MessageText="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)' == ''"/>
0 commit comments