Add Boost::serialization to link with library
This commit is contained in:
parent
da4625f4b7
commit
99cc6d36f0
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ target_include_directories(larra_xmpp PUBLIC
|
||||||
|
|
||||||
if(TARGET Boost::pfr)
|
if(TARGET Boost::pfr)
|
||||||
target_link_libraries(larra_xmpp PUBLIC
|
target_link_libraries(larra_xmpp PUBLIC
|
||||||
Boost::asio utempl::utempl pugixml::pugixml OpenSSL::SSL
|
Boost::asio Boost::serialization utempl::utempl pugixml::pugixml OpenSSL::SSL
|
||||||
OpenSSL::Crypto)
|
OpenSSL::Crypto)
|
||||||
else()
|
else()
|
||||||
find_package(Boost 1.85.0 REQUIRED)
|
find_package(Boost 1.85.0 REQUIRED)
|
||||||
|
|
Loading…
Reference in a new issue