File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7575 message (STATUS "_SwiftFoundationICU_SourceDIR not provided, checking out local copy of swift-foundation-icu" )
7676 FetchContent_Declare(SwiftFoundationICU
7777 GIT_REPOSITORY https://github.com/apple /swift-foundation-icu.git
78- GIT_TAG 0.0.9 )
78+ GIT_TAG main )
7979endif ()
8080
8181if (_SwiftCollections_SourceDIR)
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ if(NOT SwiftSyntax_FOUND)
4343 # If building at desk, check out and link against the SwiftSyntax repo's targets
4444 FetchContent_Declare(SwiftSyntax
4545 GIT_REPOSITORY https://github.com/swiftlang/swift-syntax.git
46- GIT_TAG 600.0.0 )
46+ GIT_TAG main )
4747 FetchContent_MakeAvailable(SwiftSyntax)
4848else ()
4949 message (STATUS "SwiftSyntax_DIR provided, using swift-syntax from ${SwiftSyntax_DIR} " )
You can’t perform that action at this time.
0 commit comments