apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.2k stars 1.3k forks source link

Exact version requirement for Boost lib #10937

Open IvanElenskiy opened 9 months ago

IvanElenskiy commented 9 months ago

Build from sources requires exact version of boost https://github.com/apple/foundationdb/blob/main/cmake/CompileBoost.cmake#L171 Can it be changed to versionMin? Seems like no need to build another older version of Boost while building newest release 1.83 for other dependencies.

gigel773 commented 2 weeks ago

Faced the same issue. Any updates?