Fix boost link error (#230)

* fix boost link error
This commit is contained in:
minggo 2022-03-21 15:13:05 +08:00 committed by GitHub
parent 805b07df7e
commit 30393be332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
list(APPEND CC_EXTERNAL_PRIVATE_DEFINITIONS BOOST_ALL_NO_LIB)
#list(APPEND CC_EXTERNAL_PRIVATE_DEFINITIONS BOOST_ALL_NO_LIB)
add_definitions(-DBOOST_ALL_NO_LIB=1)
set(BOOST_LIB_NAMES
container