diff --git a/CMakeLists.txt b/CMakeLists.txt index 73f5f1ce5b..a6fdf8922c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -546,7 +546,7 @@ set (Boost_FIND_QUIETLY ON) if (NOT DEFINED ${BOOST_ROOT}) set(BOOST_ROOT $ENV{BOOST_ROOT}) endif() -find_package (Boost 1.67.0 COMPONENTS algorithm asio date_time filesystem iostreams locale process program_options property_tree regex system) +find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system) if (Boost_FOUND) include_directories(${Boost_INCLUDE_DIRS})