Merge pull request #12637 from CrossVR/disable-vcpkg

VSProps: Set VcpkgEnabled to false
This commit is contained in:
Admiral H. Curtiss 2024-03-15 02:57:00 +01:00 committed by GitHub
commit fe64289391
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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-->