diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-11-25 18:27:50 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-11-25 18:27:50 +0000 |
commit | 6d05c4fd138b80168d14a8cf1dbcca43782851af (patch) | |
tree | f0ab281b01ae491aadccdad68488152fe63361f6 /build_msvc/vcpkg.json | |
parent | 1f97e51d737c1a5a3e4503db3373a792f87f3bc1 (diff) |
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.json | 1 |
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", |