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
- Branch
- nativeclean
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 10039 Build 17918: Default Diff Build & Tests Build 17917: arc lint + arc unit
Event Timeline
cmake/modules/NativeExecutable.cmake | ||
---|---|---|
110 | This property has been added in 3.15, but we enforce 3.13 (Debian buster uses 3.13). |
cmake/modules/NativeExecutable.cmake | ||
---|---|---|
110 | 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 | OK I expected it to fail, not to ignore. Just tested and no issue. |