diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 5adb0f01..c91eb703 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -124,7 +124,7 @@ endif() # libraries find_package ( Threads REQUIRED ) -find_package ( Boost COMPONENTS system filesystem regex program_options REQUIRED ) +find_package ( Boost COMPONENTS system filesystem regex program_options date_time REQUIRED ) if(NOT DEFINED Boost_INCLUDE_DIRS) message(SEND_ERROR "Boost is not found, or your boost version was bellow 1.46. Please download Boost!") endif()