From 5ab525df4effeaa69a3d6de7b6b6ad0d88627c6d Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Thu, 30 Sep 2021 16:51:27 -0500 Subject: [PATCH] [Core] Add library dependency for boost date_time --- cMake/FreeCAD_Helpers/SetupBoost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cMake/FreeCAD_Helpers/SetupBoost.cmake b/cMake/FreeCAD_Helpers/SetupBoost.cmake index 76c6d64339..0bb1343c3f 100644 --- a/cMake/FreeCAD_Helpers/SetupBoost.cmake +++ b/cMake/FreeCAD_Helpers/SetupBoost.cmake @@ -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)