HomePhabricator

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

Description

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

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

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D4113

Details

Provenance
FabienAuthored on Sep 20 2019, 08:06
deadalnixPushed on Sep 23 2019, 11:06
Reviewer
Restricted Project
Differential Revision
D4113: [CMAKE] Remove useless dependency for the check-rpcauth target
Parents
rSTAGING8d88b38a5747: scripted-diff: batch-recase BanMan variables
Branches
Unknown
Tags
Unknown