Skip to content

Commit de7a6cd

Browse files
committed
firestore.cmake: pin to the head commit of the master branch, now that firebase/firebase-ios-sdk#9838 has been merged
1 parent e3373f0 commit de7a6cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/external/firestore.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ function(GetReleasedDep)
3636
firestore
3737

3838
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
39-
# Pin to the HEAD commit of https://github.com/firebase/firebase-ios-sdk/pull/9838
40-
# (Firestore TransactionOptions added, to specify maxAttempts)
39+
# Pin to a HEAD commit of the master branch of the firebase-ios-sdk, now that
40+
# https://github.com/firebase/firebase-ios-sdk/pull/9838 has been merged.
4141
GIT_REPOSITORY https://github.com/firebase/firebase-ios-sdk.git
42-
GIT_TAG 141fdcb6c3b1efad19708f77ec88a5516c786d8b
42+
GIT_TAG 585b4c83dbeca3e25895ae2f0d2ed7056b3cac7b
4343

4444
PREFIX ${PROJECT_BINARY_DIR}
4545

0 commit comments

Comments
 (0)