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

This commit is contained in:
James Chen 2022-04-01 11:54:59 +08:00 committed by GitHub
parent 5c20ccbf71
commit 53005b48c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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})