We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16646c commit 22f9b86Copy full SHA for 22f9b86
src/vcpkg.props
@@ -2,7 +2,7 @@
2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<PropertyGroup Label="Vcpkg">
4
<VcpkgEnableManifest>true</VcpkgEnableManifest>
5
- <VcpkgInstalledDir>$(ProjectDir)..\vcpkg_installed</VcpkgInstalledDir>
+ <VcpkgInstalledDir>$(MSBuildThisFileDirectory)\vcpkg_installed</VcpkgInstalledDir>
6
</PropertyGroup>
7
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
8
<VcpkgTriplet>x64</VcpkgTriplet>
0 commit comments