Page MenuHomePhabricator

[CMAKE] Rename the top-level and `src/` cmake projects
ClosedPublic

Authored by Fabien on Sep 10 2019, 15:53.

Details

Summary

The same project name (BitcoinABC) is actually used at both level.
This would cause the src/ project properties to override the top-level
project properties.
The new names are chosen to be consistent with the other cmake project
names.

Test Plan
cmake -GNinja ..
ninja

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable