Link boost.serialization
This commit is contained in:
parent
5b3eb3a355
commit
69ebbf4ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
SET(BOOST_COMPONENTS)
|
SET(BOOST_COMPONENTS)
|
||||||
LIST(APPEND BOOST_COMPONENTS coroutine thread date_time filesystem system program_options chrono unit_test_framework context iostreams regex)
|
LIST(APPEND BOOST_COMPONENTS coroutine thread date_time filesystem system program_options serialization chrono unit_test_framework context iostreams regex)
|
||||||
# boost::endian is also required, but FindBoost can't handle header-only libs
|
# boost::endian is also required, but FindBoost can't handle header-only libs
|
||||||
SET( Boost_USE_STATIC_LIBS ON CACHE STRING "ON or OFF" )
|
SET( Boost_USE_STATIC_LIBS ON CACHE STRING "ON or OFF" )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue