Commit f2ea716
authored
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.1 parent 0f1cd55 commit f2ea716
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments