add missing boost libs

This commit is contained in:
Bartosz Wieczorek 2018-06-11 12:36:42 +02:00
parent e3bd937b6e
commit ea5a2a2452

View File

@ -1,4 +1,4 @@
SET(_BOOST_COMPONENTS program_options system filesystem thread)
SET(_BOOST_COMPONENTS program_options system filesystem thread chrono atomic date_time)
hunter_add_package(Boost COMPONENTS ${_BOOST_COMPONENTS})
find_package(Boost CONFIG REQUIRED ${_BOOST_COMPONENTS})