Remove header-only boost modules from cmake find_package list.

pull/1506/head
John Ralls 3 years ago
parent 454ef6c219
commit 0afae7e261

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

Loading…
Cancel
Save