[Core] Add library dependency for boost date_time

This commit is contained in:
Chris Hennes
2021-09-30 16:51:27 -05:00
parent 323dfa6149
commit 5ab525df4e

View File

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