From d83b57372b60a5066f7b3d6bc0da4dfa51594410 Mon Sep 17 00:00:00 2001 From: Snapper Date: Thu, 9 Jun 2016 16:13:45 +0200 Subject: [PATCH] CMake: include libraries boost_date_time and boost_chrono. Fixes build! --- dep/boost/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index 3bae56267ff..05fa3ba3275 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -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