Page MenuHomePhabricator

[CMAKE] Remove useless dependency for the check-rpcauth target
ClosedPublic

Authored by Fabien on Sep 20 2019, 09:59.

Details

Summary

The DEPENDS property of a custom target instructs cmake to bring the
files up to date prior to running the command.
The share/rpcauth.py is not generated but is a source file, then
having it in the DEPENDS makes no sense.

Test Plan
mkdir buildcmake && cd buildcmake
cmake -GNinja ..
ninja check-rpcauth

Diff Detail

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