File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,11 @@ function(GetReleasedDep)
37
37
38
38
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
39
39
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
43
45
44
46
PREFIX ${PROJECT_BINARY_DIR}
45
47
You can’t perform that action at this time.
0 commit comments