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 1d1bba1 commit d91c390Copy full SHA for d91c390
cmake/external/firestore.cmake
@@ -18,17 +18,13 @@ if(TARGET firestore)
18
return()
19
endif()
20
21
-# If the format of the line below changes, then be sure to update
22
-# https://github.com/firebase/firebase-cpp-sdk/blob/fd054fa016/.github/workflows/update-dependencies.yml#L81
23
-set(version CocoaPods-9.0.0)
24
-
25
function(GetReleasedDep)
26
- message("Getting released firebase-ios-sdk @ ${version}")
27
ExternalProject_Add(
28
firestore
29
30
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
31
- URL https://github.com/firebase/firebase-ios-sdk/archive/${version}.tar.gz
+ GIT_REPOSITORY "https://github.com/firebase/firebase-ios-sdk.git"
+ GIT_TAG c4c3d2f33c44c5fab79e4008ae086fa5bc7c0028
32
33
PREFIX ${PROJECT_BINARY_DIR}
34
0 commit comments