aboutsummaryrefslogtreecommitdiff
path: root/scripts/buildsystems/msbuild/vcpkg-general.xml
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-02-10 16:22:33 -0800
committerGitHub <noreply@github.com>2021-02-10 16:22:33 -0800
commit8d7cd1d09ee522fc29f02b27fa93808edc66682a (patch)
tree71ed2ce91a716802bf5509c4d281361b6e78209c /scripts/buildsystems/msbuild/vcpkg-general.xml
parent545c165ce08bff237b1468f42b0607e899dab959 (diff)
downloadvcpkg-8d7cd1d09ee522fc29f02b27fa93808edc66682a.tar.gz
vcpkg-8d7cd1d09ee522fc29f02b27fa93808edc66682a.zip
[vcpkg integrate install] Allow setting the vcpkg installed dir (#16173)
* [vcpkg integrate install] Allow setting the vcpkg installed dir * fix the cache-y thing * robert crs
Diffstat (limited to 'scripts/buildsystems/msbuild/vcpkg-general.xml')
-rw-r--r--scripts/buildsystems/msbuild/vcpkg-general.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/buildsystems/msbuild/vcpkg-general.xml b/scripts/buildsystems/msbuild/vcpkg-general.xml
index 0c32c4a84..49865e74e 100644
--- a/scripts/buildsystems/msbuild/vcpkg-general.xml
+++ b/scripts/buildsystems/msbuild/vcpkg-general.xml
@@ -55,11 +55,8 @@
</StringProperty.DataSource>
</StringProperty>
- <StringProperty Name="VcpkgCurrentInstalledDir" DisplayName="Package install directory" Category="General" Subtype="folder" Visible="false"
- Description="Defines the direct path to the installed Vcpkg packages.">
- <StringProperty.DataSource>
- <DataSource Persistence="ProjectFile" Label="Vcpkg" HasConfigurationCondition="false" />
- </StringProperty.DataSource>
+ <StringProperty Name="VcpkgInstalledDir" DisplayName="Installed Directory" Category="General" Subtype="folder" Visible="true"
+ Description="The location where headers and binaries will be consumed from. In manifest mode, this directory will be created and populated based on vcpkg.json.">
</StringProperty>
<BoolProperty Name="VcpkgUseStatic" DisplayName="Use Static Libraries" Category="Conditional" Default="false"