From 712f95d3324d02310dd468e7bfd1e1b0df432e77 Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Tue, 29 Sep 2020 13:48:28 +0100 Subject: Update msvc build to use new vcpkg manifest The vcpkg tool has introduced a proper way to use manifests, https://devblogs.microsoft.com/cppblog/vcpkg-accelerate-your-team-development-environment-with-binary-caching-and-manifests/. This PR replaces the custom text file mechanism with the new manifest approach. It is planned that vckpg manifests will include the ability to version dependencies in the future. Dependency versions would solve a number of issues that currently require workarounds with the appveyor CI. Set vcpkg manifest version to 1 to avoid any perception it's related to any release or other version numbering. --- build_msvc/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'build_msvc/.gitignore') diff --git a/build_msvc/.gitignore b/build_msvc/.gitignore index 3e71c7b8d3..ae8120fdf3 100644 --- a/build_msvc/.gitignore +++ b/build_msvc/.gitignore @@ -24,3 +24,4 @@ libtest_util/libtest_util.vcxproj */Win32 libbitcoin_qt/QtGeneratedFiles/* test_bitcoin-qt/QtGeneratedFiles/* +vcpkg_installed \ No newline at end of file -- cgit v1.2.3