Fixed error: boost serialization lib

This commit is contained in:
Kulyadev
2022-01-18 21:58:32 +03:00
parent 8ec4b6f2a1
commit 2212411999

View File

@@ -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
)