mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 07:07:45 +01:00
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:
parent
1f97e51d73
commit
6d05c4fd13
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
"version-string": "1",
|
||||
"dependencies": [
|
||||
"berkeleydb",
|
||||
"boost-date-time",
|
||||
"boost-multi-index",
|
||||
"boost-process",
|
||||
"boost-signals2",
|
||||
|
|
Loading…
Add table
Reference in a new issue