Link boost.serialization

This commit is contained in:
Nathan Hourt 2020-08-21 14:45:42 -05:00
parent 5b3eb3a355
commit 69ebbf4ba4
No known key found for this signature in database
GPG key ID: B4344309A110851E

View file

@ -39,7 +39,7 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 8)
endif()
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
SET( Boost_USE_STATIC_LIBS ON CACHE STRING "ON or OFF" )