You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a non-portable target reference in CMake helper function (#829)
This fixes an oversight in a helper function in the project’s CMake
rules: `_swift_testing_install_target()` has a hard-coded reference to
the target named ”Testing” but it should instead refer to whatever
target was passed in via the `module` argument to the function.
Discovered while working on #825.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments