aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/vcpkg.json
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-11-25 18:27:50 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-11-25 18:27:50 +0000
commit6d05c4fd138b80168d14a8cf1dbcca43782851af (patch)
treef0ab281b01ae491aadccdad68488152fe63361f6 /build_msvc/vcpkg.json
parent1f97e51d737c1a5a3e4503db3373a792f87f3bc1 (diff)
downloadbitcoin-6d05c4fd138b80168d14a8cf1dbcca43782851af.tar.xz
msvc: Specify `boost-date-time` package explicitly
Compilation now succeeds only by coincidence, as the `boost-date-time` package is installed as a dependency of the `boost-process` one.
Diffstat (limited to 'build_msvc/vcpkg.json')
-rw-r--r--build_msvc/vcpkg.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json
index 701adaec74..18ac8f2f09 100644
--- a/build_msvc/vcpkg.json
+++ b/build_msvc/vcpkg.json
@@ -3,6 +3,7 @@
"version-string": "1",
"dependencies": [
"berkeleydb",
+ "boost-date-time",
"boost-multi-index",
"boost-process",
"boost-signals2",