diff --git a/cmake/FindAllRequirements.cmake b/cmake/FindAllRequirements.cmake index 5b0d3a7..708c265 100644 --- a/cmake/FindAllRequirements.cmake +++ b/cmake/FindAllRequirements.cmake @@ -1,4 +1,4 @@ -SET(_BOOST_COMPONENTS program_options system filesystem thread) +SET(_BOOST_COMPONENTS program_options system filesystem thread chrono atomic date_time) hunter_add_package(Boost COMPONENTS ${_BOOST_COMPONENTS}) find_package(Boost CONFIG REQUIRED ${_BOOST_COMPONENTS})