From 6d05c4fd138b80168d14a8cf1dbcca43782851af Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 25 Nov 2023 18:27:50 +0000 Subject: [PATCH] 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. --- build_msvc/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json index 701adaec74b..18ac8f2f097 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",