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
- Branch
- cmake_remove_useless_rpcauth_depend
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7518 Build 13076: Bitcoin ABC Buildbot (legacy) Build 13075: arc lint + arc unit