Remove header-only boost modules from cmake find_package list.

This commit is contained in:
John Ralls
2023-01-16 08:29:48 -08:00
parent 454ef6c219
commit 0afae7e261

View File

@@ -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})