Add some Boost library requirements needed by libgnucash-guile.

So that if they're missing we don't have to wait for linker failures to find out.
pull/2182/merge
John Ralls 4 days ago
parent df9380c2a8
commit bf3accd85d

@ -605,7 +605,7 @@ if (Boost_FOUND)
if (Boost_VERSION VERSION_LESS "1.89.0")
find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system)
else()
find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex)
find_package(Boost 1.67.0 COMPONENTS atomic charconv chrono container date_time filesystem locale program_options regex thread)
endif()
endif()

Loading…
Cancel
Save