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

This commit is contained in:
James Chen 2022-04-01 11:49:58 +08:00
parent 5c20ccbf71
commit e2b5d0fdab
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})