Merge pull request #12637 from CrossVR/disable-vcpkg
VSProps: Set VcpkgEnabled to false
This commit is contained in:
commit
fe64289391
|
@ -10,6 +10,8 @@
|
|||
<OutDir>$(IntDir)bin\</OutDir>
|
||||
<!--Set link /INCREMENTAL:NO to remove some entropy from builds (assists with deterministic build)-->
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<!--Disable vcpkg to avoid accidentally linking to its packages-->
|
||||
<VcpkgEnabled>false</VcpkgEnabled>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<!--ClCompile Base-->
|
||||
|
|
Loading…
Reference in New Issue