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 )