As per title. The native directory is defintively a build byproduct.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING5a74bd17d75c: Clean the native directory when using the clean target
rABC5a74bd17d75c: Clean the native directory when using the clean target
ninja clean
Check that the native folder is gone.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
cmake/modules/NativeExecutable.cmake | ||
---|---|---|
110 ↗ | (On Diff #17286) | This property has been added in 3.15, but we enforce 3.13 (Debian buster uses 3.13). |
cmake/modules/NativeExecutable.cmake | ||
---|---|---|
110 ↗ | (On Diff #17286) | It does nothing for older version, which is exactly what we do now. I don't see how this is a problem. |
cmake/modules/NativeExecutable.cmake | ||
---|---|---|
110 ↗ | (On Diff #17286) | OK I expected it to fail, not to ignore. Just tested and no issue. |