mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Merge branch '4.3.4' into '4.3.4'
CMake: include libraries boost_date_time and boost_chrono. Fixes build! See merge request !17
This commit is contained in:
@@ -26,7 +26,7 @@ if(WIN32)
|
||||
set(Boost_USE_STATIC_RUNTIME OFF)
|
||||
endif()
|
||||
|
||||
find_package(Boost 1.55 REQUIRED system filesystem thread program_options iostreams regex)
|
||||
find_package(Boost 1.55 REQUIRED system filesystem thread program_options iostreams regex date_time chrono)
|
||||
|
||||
# Find if Boost was compiled in C++03 mode because it requires -DBOOST_NO_CXX11_SCOPED_ENUMS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user