diff --git a/CMakeLists.txt b/CMakeLists.txt index e9811d4de9..a6f5dd227c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -605,7 +605,7 @@ if (Boost_FOUND) if (Boost_VERSION VERSION_LESS "1.89.0") find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system) else() - find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex) + find_package(Boost 1.67.0 COMPONENTS atomic charconv chrono container date_time filesystem locale program_options regex thread) endif() endif()