Skip to content

Commit 6d05c4f

Browse files
committed
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.
1 parent 1f97e51 commit 6d05c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_msvc/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version-string": "1",
44
"dependencies": [
55
"berkeleydb",
6+
"boost-date-time",
67
"boost-multi-index",
78
"boost-process",
89
"boost-signals2",

0 commit comments

Comments
 (0)