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.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING093479065d92: [CMAKE] Remove useless dependency for the check-rpcauth target
rABC093479065d92: [CMAKE] Remove useless dependency for the check-rpcauth target
mkdir buildcmake && cd buildcmake cmake -GNinja .. ninja check-rpcauth
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable