add missing boost libs
This commit is contained in:
parent
e3bd937b6e
commit
ea5a2a2452
@ -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})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user