summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2024-03-15 02:57:00 +0100
committerGitHub <noreply@github.com>2024-03-15 02:57:00 +0100
commitfe642893919cfc4fce750d20d8f5cd2aff29a656 (patch)
tree38b59ae64e25a3663e29b954e72f284734044bdf /Source
parent2620f73b8c4bf421854e71b227bb842d3d1bf400 (diff)
parent07448dcc819987ffd50ba29de4d39a7c75d67e39 (diff)
Merge pull request #12637 from CrossVR/disable-vcpkg
VSProps: Set VcpkgEnabled to false
Diffstat (limited to 'Source')
-rw-r--r--Source/VSProps/Base.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props
index 329c832f51..2717cd6a1e 100644
--- a/Source/VSProps/Base.props
+++ b/Source/VSProps/Base.props
@@ -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-->