File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
include (ExternalProject )
16
- include (FindPythonInterp )
17
16
18
17
if (TARGET firestore )
19
18
return ()
@@ -28,10 +27,8 @@ function(GetReleasedDep)
28
27
ExternalProject_Add (
29
28
firestore
30
29
31
- DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
32
- GIT_REPOSITORY https://github.com/firebase/firebase-ios-sdk
33
- GIT_TAG 70aa8b82a2ed36dd14448174bea0fd7e575d4d49
34
- GIT_SHALLOW ON
30
+ DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
31
+ URL https://github.com/firebase/firebase-ios-sdk/archive/${version}.tar.gz
35
32
36
33
PREFIX ${PROJECT_BINARY_DIR}
37
34
@@ -76,10 +73,3 @@ else()
76
73
endif ()
77
74
endif ()
78
75
79
- CONFIGURE_COMMAND ""
80
- BUILD_COMMAND ""
81
- INSTALL_COMMAND ""
82
- TEST_COMMAND ""
83
- PATCH_COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR} /firestore_patch.py --leveldb-version-from ${CMAKE_CURRENT_LIST_DIR} /leveldb.cmake
84
- HTTP_HEADER "${EXTERNAL_PROJECT_HTTP_HEADER} "
85
- )
You can’t perform that action at this time.
0 commit comments