mirror of
https://github.com/araxiaonline/pandaria_5.4.8.git
synced 2026-06-13 03:22:21 -04:00
Fixed error: boost serialization lib
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user