From 99cc6d36f0ea3362d7a0b01b20c61a41d9d4a860 Mon Sep 17 00:00:00 2001 From: sha512sum Date: Sun, 15 Sep 2024 23:44:54 +0000 Subject: [PATCH] Add Boost::serialization to link with library --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da0bc38..1ece727 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,7 +94,7 @@ target_include_directories(larra_xmpp PUBLIC if(TARGET Boost::pfr) 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) else() find_package(Boost 1.85.0 REQUIRED)