Skip to content

Commit

Permalink
[vcpkg] Fix integration in Visual Studio (microsoft#28216)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankXie05 authored Dec 8, 2022
1 parent 4e0bdbc commit 30a20e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildsystems/msbuild/vcpkg.targets
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<_ZVcpkgConfigSubdir Condition="'$(_ZVcpkgNormalizedConfiguration)' == 'Debug'">debug\</_ZVcpkgConfigSubdir>
<_ZVcpkgExecutable>$(_ZVcpkgRoot)vcpkg.exe</_ZVcpkgExecutable>
<ExternalIncludePath>$(ExternalIncludePath);$(_ZVcpkgCurrentInstalledDir)include</ExternalIncludePath>
<ExternalIncludePath Condition="'$(VcpkgEnabled)' == 'true'">$(ExternalIncludePath);$(_ZVcpkgCurrentInstalledDir)include</ExternalIncludePath>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 30a20e8

Please sign in to comment.