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 a1d4c3e commit ae41684Copy full SHA for ae41684
cmake/external/firestore.cmake
@@ -36,7 +36,9 @@ function(GetReleasedDep)
36
firestore
37
38
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
39
- URL https://github.com/firebase/firebase-ios-sdk/archive/${version}.tar.gz
+ # 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
42
43
PREFIX ${PROJECT_BINARY_DIR}
44
0 commit comments