commit | 8dc8be08849acb75446a53fe763eee5b3296d739 | [log] [tgz] |
---|---|---|
author | Craig Scott <craig.scott@crascit.com> | Sun Aug 25 14:25:29 2024 +1000 |
committer | Craig Scott <craig.scott@crascit.com> | Tue Sep 10 08:19:08 2024 +1000 |
tree | 41362515fab48018c1dcafa90a3fcda9732eb199 | |
parent | 316840b430b2f1fdc8dce67ec3c7b66e66de4c38 [diff] |
AndroidTestUtilities: Remove DEPENDS that was being silently ignored The add_custom_command(TARGET) form does not support a DEPENDS keyword, but it was silently ignored up to now. It will soon be reported as an error, so remove the DEPENDS. The behavior will be the same as before. Issue: #26096