[v3.5] Don't depend on boost_container since it's not necessary

This commit is contained in:
James Chen 2022-03-31 19:10:52 +08:00
parent 5c20ccbf71
commit 628562c192
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
list(APPEND CC_EXTERNAL_PRIVATE_DEFINITIONS BOOST_ALL_NO_LIB)
set(BOOST_LIB_NAMES
container
# container
)
foreach(lib ${BOOST_LIB_NAMES})