Skip to content

Commit 2f24d16

Browse files
authored
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 ```
1 parent 4caa69d commit 2f24d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ else()
7979
endif()
8080

8181
if (_SwiftCollections_SourceDIR)
82-
message(STATUS "_SwiftCollections_SourceDIR provided, using swift-foundation-icu checkout at ${_SwiftCollections_SourceDIR}")
82+
message(STATUS "_SwiftCollections_SourceDIR provided, using swift-collections checkout at ${_SwiftCollections_SourceDIR}")
8383
FetchContent_Declare(SwiftCollections
8484
SOURCE_DIR ${_SwiftCollections_SourceDIR})
8585
else()

0 commit comments

Comments
 (0)