mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
fix boost-lockfree missing dependency (#4445)
* fix boost-lockfree missing dependency spsc_queue.hpp is including next_prior.hpp, which is contained in boost-iterator package. however, boost-iterator is not listed as a dependency of boost-lockfree * [boost-lockfree] Bump control version
This commit is contained in:
parent
43deeaf0c8
commit
ed7e8631f6
@ -1,5 +1,5 @@
|
||||
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
|
||||
Source: boost-lockfree
|
||||
Version: 1.68.0
|
||||
Build-Depends: boost-align, boost-array, boost-assert, boost-atomic, boost-config, boost-core, boost-integer, boost-mpl, boost-parameter, boost-predef, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers
|
||||
Version: 1.68.0-1
|
||||
Build-Depends: boost-align, boost-array, boost-assert, boost-atomic, boost-config, boost-core, boost-integer, boost-mpl, boost-parameter, boost-predef, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-iterator, boost-vcpkg-helpers
|
||||
Description: Boost lockfree module
|
||||
|
Loading…
x
Reference in New Issue
Block a user