From 2212411999617a2769ce76c143dc83afccd77a80 Mon Sep 17 00:00:00 2001 From: Kulyadev Date: Tue, 18 Jan 2022 21:58:32 +0300 Subject: [PATCH] Fixed error: boost serialization lib --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1f5f22..736a926 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ if( UNIX ) endif() set(Boost_USE_STATIC_LIBS ON) -find_package(Boost COMPONENTS system locale filesystem thread regex +find_package(Boost COMPONENTS system locale filesystem thread regex serialization REQUIRED )