Skip to content

Commit ae41684

Browse files
committed
firestore.cmake: pin to the HEAD commit of firebase/firebase-ios-sdk#9838, which adds TransactionOptions
1 parent a1d4c3e commit ae41684

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmake/external/firestore.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ function(GetReleasedDep)
3636
firestore
3737

3838
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
39-
URL https://github.com/firebase/firebase-ios-sdk/archive/${version}.tar.gz
39+
# Pin to the HEAD commit of https://github.com/firebase/firebase-cpp-sdk/pull/932
40+
GIT_REPOSITORY https://github.com/firebase/firebase-ios-sdk.git
41+
GIT_TAG 0fe625cf72254bfb8b0a899dd2c006836fafe475
4042

4143
PREFIX ${PROJECT_BINARY_DIR}
4244

0 commit comments

Comments
 (0)