mirror of
https://github.com/boostorg/mqtt5.git
synced 2026-01-19 04:22:11 +00:00
Add Boost::Compat to the CMake test dependencies.
This commit is contained in:
@@ -40,32 +40,28 @@ set(deps
|
||||
# logic # Beast dependency
|
||||
mp11
|
||||
optional
|
||||
preprocessor
|
||||
static_assert
|
||||
# static_string # Beast dependency
|
||||
# type_index # Beast dependency
|
||||
winapi
|
||||
move
|
||||
function_types
|
||||
functional
|
||||
mpl
|
||||
tuple
|
||||
typeof
|
||||
utility
|
||||
array
|
||||
dynamic_bitset
|
||||
integer
|
||||
io
|
||||
utility
|
||||
array
|
||||
concept_check
|
||||
conversion
|
||||
detail
|
||||
iterator
|
||||
mpl
|
||||
preprocessor
|
||||
regex
|
||||
"function"
|
||||
pool
|
||||
unordered
|
||||
tuple
|
||||
compat
|
||||
variant2
|
||||
describe
|
||||
pool
|
||||
predef
|
||||
algorithm
|
||||
lexical_cast
|
||||
@@ -73,6 +69,11 @@ set(deps
|
||||
tokenizer
|
||||
fusion
|
||||
exception
|
||||
"function"
|
||||
unordered
|
||||
function_types
|
||||
functional
|
||||
typeof
|
||||
)
|
||||
|
||||
foreach(dep IN LISTS deps)
|
||||
|
||||
Reference in New Issue
Block a user