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
CMakeLists.txt: fix status message for swift-collections (#1435)
The current configuration status message is quite confusing:
```
-- _SwiftCollections_SourceDIR provided, using swift-foundation-icu checkout at
```
which clearly should be
```
-- _SwiftCollections_SourceDIR provided, using swift-collections checkout at
```
0 commit comments