Skip to content

Commit 22f9b86

Browse files
committed
Make UndockedRegFreeWinRT use same vcpkg_installed directory
1 parent d16646c commit 22f9b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcpkg.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Vcpkg">
44
<VcpkgEnableManifest>true</VcpkgEnableManifest>
5-
<VcpkgInstalledDir>$(ProjectDir)..\vcpkg_installed</VcpkgInstalledDir>
5+
<VcpkgInstalledDir>$(MSBuildThisFileDirectory)\vcpkg_installed</VcpkgInstalledDir>
66
</PropertyGroup>
77
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
88
<VcpkgTriplet>x64</VcpkgTriplet>

0 commit comments

Comments
 (0)