Page MenuHomePhabricator

[CMAKE] Fix version in the man2html template
ClosedPublic

Authored by Fabien on Oct 5 2020, 18:53.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABC6f59a8facadb: [CMAKE] Fix version in the man2html template
Summary

The template uses PROJECT_VERSION, which might be empty for subprojects.
What we want here is the top level project version, so the right
variable is CMAKE_PROJECT_VERSION.

Test Plan
cmake -GNinja ..

Check the script has the correct version number.

Diff Detail

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