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.
This commit is contained in:
Hennadii Stepanov 2023-11-25 18:27:50 +00:00
parent 1f97e51d73
commit 6d05c4fd13
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -3,6 +3,7 @@
"version-string": "1",
"dependencies": [
"berkeleydb",
"boost-date-time",
"boost-multi-index",
"boost-process",
"boost-signals2",