eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
996 stars 236 forks source link

CMake targets should be namespaced using ALIAS targets #459

Closed JosiahWI closed 1 year ago

JosiahWI commented 1 year ago

There are multiple ways to import a CMake project, so it's important that usage is consistent. This is why it's common to use ALIAS targets to namespace targets in projects integrated with tools such as FetchContent. See #458.