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
[CMake] Fix build with SwiftTesting_BuildMacrosAsExecutables option set (#645)
Resolve the issues with an out-of-toolchain build from the command line
with ninja
### Motivation:
Fixes#644
### Modifications:
There were two issues:
- typo -load-plugin-exectuable -> -load-plugin-executable
- The executable target for TestingMacros was not installed
### Result:
A build from the command line with cmake -GNinja -Bbuild will
successfully complete if SwiftSyntax is not find_package-able
### 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