2
0
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:
Bruno Iljazovic
2025-12-29 13:22:18 +01:00
parent 6198b0e44a
commit 1db74c518a

View File

@@ -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)