Skip to content

Commit d91c390

Browse files
committed
firestore.cmake: point at HEAD commit in master branch: firebase/firebase-ios-sdk@c4c3d2f
1 parent 1d1bba1 commit d91c390

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cmake/external/firestore.cmake

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@ if(TARGET firestore)
1818
return()
1919
endif()
2020

21-
# If the format of the line below changes, then be sure to update
22-
# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
23-
set(version CocoaPods-9.0.0)
24-
2521
function(GetReleasedDep)
26-
message("Getting released firebase-ios-sdk @ ${version}")
2722
ExternalProject_Add(
2823
firestore
2924

3025
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
31-
URL https://github.com/firebase/firebase-ios-sdk/archive/${version}.tar.gz
26+
GIT_REPOSITORY "https://github.com/firebase/firebase-ios-sdk.git"
27+
GIT_TAG c4c3d2f33c44c5fab79e4008ae086fa5bc7c0028
3228

3329
PREFIX ${PROJECT_BINARY_DIR}
3430

0 commit comments

Comments
 (0)