fix issue #23829 build with boost v1.89 and greater

This commit is contained in:
chris
2025-09-20 16:08:34 -05:00
committed by Chris Hennes
parent 41bfdcafcf
commit ec2460f653

View File

@@ -3,7 +3,7 @@ macro(SetupBoost)
set(_boost_TEST_VERSIONS ${Boost_ADDITIONAL_VERSIONS})
set (BOOST_COMPONENTS program_options regex system thread date_time)
set (BOOST_COMPONENTS program_options regex thread date_time)
find_package(Boost ${BOOST_MIN_VERSION}
COMPONENTS ${BOOST_COMPONENTS} REQUIRED)