Skip to content

Commit c834bc6

Browse files
committed
firestore.cmake: update pinned commit to firebase/firebase-ios-sdk#9851, which fixes a problematic usage of designated initialization
1 parent ce9ca4f commit c834bc6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cmake/external/firestore.cmake

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ function(GetReleasedDep)
3737

3838
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
3939
GIT_REPOSITORY "https://github.com/firebase/firebase-ios-sdk.git"
40-
# Pinned commit in https://github.com/firebase/firebase-cpp-sdk/pull/967, which fixes a
41-
# problematic python_setup.cmake bug.
42-
GIT_TAG 0dbc5dd788e8c41b1530e6b392df739be223948c
40+
# Pinned commit in https://github.com/firebase/firebase-ios-sdk/pull/9851 which fixes a
41+
# problematic usage of designated initialization. This commit also includes
42+
# https://github.com/firebase/firebase-ios-sdk/pull/9847, which fixes a problematic bug in
43+
# python_setup.cmake.
44+
GIT_TAG f2fb419cd3332ac74be0a7076841b2162a96060d
4345

4446
PREFIX ${PROJECT_BINARY_DIR}
4547

0 commit comments

Comments
 (0)