baidu / braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.99k stars 886 forks source link

Support user specific CMAKE_MODULE_PATH #477

Open vaavaav opened 1 month ago

vaavaav commented 1 month ago

Fix for issue #476. Support for user specific paths to external module configuration that are not inside ${PROJECT_SOURCE_BUILD}/cmake, making it easier to link braft against other projects.