File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ if(TARGET firestore)
18
18
return ()
19
19
endif ()
20
20
21
- function (GetReleasedDep version )
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-8.12.1 )
24
+
25
+ function (GetReleasedDep )
22
26
message ("Getting released firebase-ios-sdk @ ${version} " )
23
27
ExternalProject_Add (
24
28
firestore
@@ -60,7 +64,7 @@ endfunction()
60
64
61
65
if ((NOT FIRESTORE_DEP_SOURCE ) OR (FIRESTORE_DEP_SOURCE STREQUAL "RELEASED" ))
62
66
# Get from released dependency by default
63
- GetReleasedDep ("CocoaPods-8.12.1" )
67
+ GetReleasedDep ()
64
68
else ()
65
69
if (FIRESTORE_DEP_SOURCE STREQUAL "TIP" )
66
70
GetTag ("origin/master" )
You can’t perform that action at this time.
0 commit comments