diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e1f9ffba..92e6c5c68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ else() endif() if (_SwiftCollections_SourceDIR) - message(STATUS "_SwiftCollections_SourceDIR provided, using swift-foundation-icu checkout at ${_SwiftCollections_SourceDIR}") + message(STATUS "_SwiftCollections_SourceDIR provided, using swift-collections checkout at ${_SwiftCollections_SourceDIR}") FetchContent_Declare(SwiftCollections SOURCE_DIR ${_SwiftCollections_SourceDIR}) else()