Skip to content

Commit

Permalink
Merge pull request #12637 from CrossVR/disable-vcpkg
Browse files Browse the repository at this point in the history
VSProps: Set VcpkgEnabled to false
  • Loading branch information
AdmiralCurtiss committed Mar 15, 2024
2 parents 2620f73 + 07448dc commit fe64289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/VSProps/Base.props
Expand Up @@ -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-->
Expand Down

0 comments on commit fe64289

Please sign in to comment.