We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dbc89 commit ce9ca4fCopy full SHA for ce9ca4f
cmake/external/firestore.cmake
@@ -37,9 +37,9 @@ function(GetReleasedDep)
37
38
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
39
GIT_REPOSITORY "https://github.com/firebase/firebase-ios-sdk.git"
40
- # Pinned HEAD commit after https://github.com/firebase/firebase-ios-sdk/pull/9596
41
- # (Enable Snappy compression support in LevelDb in cmake builds) was merged.
42
- GIT_TAG c0df0d4ab11d4ae30c307a0c7dcdb29e3e0dc411
+ # Pinned commit in https://github.com/firebase/firebase-cpp-sdk/pull/967, which fixes a
+ # problematic python_setup.cmake bug.
+ GIT_TAG 0dbc5dd788e8c41b1530e6b392df739be223948c
43
44
PREFIX ${PROJECT_BINARY_DIR}
45
0 commit comments