Page MenuHomePhabricator

[cmake] Improve the way BerkeleyDB++ is looked for and used.
ClosedPublic

Authored by deadalnix on May 1 2018, 15:20.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
bdbcmake
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2419
Build 2967: Bitcoin ABC Buildbot (legacy)
Build 2966: arc lint + arc unit

Event Timeline

schancel requested changes to this revision.May 1 2018, 15:21
schancel added a subscriber: schancel.
schancel added inline comments.
cmake/modules/FindBerkeleyDB.cmake
11 ↗(On Diff #3656)

This needs to just be db_cxx.h or it finds some random system garbage.

This revision now requires changes to proceed.May 1 2018, 15:21

Actually split header search

This revision is now accepted and ready to land.May 1 2018, 15:36
This revision was automatically updated to reflect the committed changes.