apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store

Home Page:https://apple.github.io/foundationdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exact version requirement for Boost lib

IvanElenskiy opened this issue · comments

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.