Skip to content

Commit 1db74c5

Browse files
committed
Add Boost::Compat to the CMake test dependencies.
1 parent 6198b0e commit 1db74c5

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

test/cmake_subdir_test/CMakeLists.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,39 +40,40 @@ set(deps
4040
# logic # Beast dependency
4141
mp11
4242
optional
43-
preprocessor
4443
static_assert
4544
# static_string # Beast dependency
4645
# type_index # Beast dependency
4746
winapi
4847
move
49-
function_types
50-
functional
51-
mpl
52-
tuple
53-
typeof
54-
utility
55-
array
5648
dynamic_bitset
5749
integer
5850
io
51+
utility
52+
array
5953
concept_check
6054
conversion
6155
detail
6256
iterator
57+
mpl
58+
preprocessor
6359
regex
64-
"function"
65-
pool
66-
unordered
60+
tuple
61+
compat
6762
variant2
6863
describe
64+
pool
6965
predef
7066
algorithm
7167
lexical_cast
7268
numeric/conversion
7369
tokenizer
7470
fusion
7571
exception
72+
"function"
73+
unordered
74+
function_types
75+
functional
76+
typeof
7677
)
7778

7879
foreach(dep IN LISTS deps)

0 commit comments

Comments
 (0)