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
Documentation: Update CMake.md to use the ABI entry point (#828)
The SwiftPM entry point is unstable and the new ABIv0 entry point has
already been added to the library.
### Motivation:
Using the SwiftPM entry point when building tests from a CMake project
as recommended in the documentation is outdated and unwise.
### Modifications:
Replace the example with one using the new ABIv0 entry point.
### Result:
CMake projects should stop relying on the SwiftPM entry point.
### 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