Skip to content

Commit d3d051d

Browse files
committed
Revert some junk that got pulled in when #898 was merged into this branch
1 parent 12297f5 commit d3d051d

File tree

7 files changed

+1119
-404
lines changed

7 files changed

+1119
-404
lines changed

cmake/external/firestore.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
include(ExternalProject)
16-
include(FindPythonInterp)
1716

1817
if(TARGET firestore)
1918
return()
@@ -37,7 +36,7 @@ function(GetReleasedDep)
3736
BUILD_COMMAND ""
3837
INSTALL_COMMAND ""
3938
TEST_COMMAND ""
40-
PATCH_COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/firestore_patch.py --leveldb-version-from ${CMAKE_CURRENT_LIST_DIR}/leveldb.cmake
39+
PATCH_COMMAND patch -Np1 -i ${CMAKE_CURRENT_LIST_DIR}/firestore_snappy.patch.txt
4140
HTTP_HEADER "${EXTERNAL_PROJECT_HTTP_HEADER}"
4241
)
4342
endfunction()
@@ -58,7 +57,7 @@ function(GetTag t)
5857
BUILD_COMMAND ""
5958
INSTALL_COMMAND ""
6059
TEST_COMMAND ""
61-
PATCH_COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/firestore_patch.py --leveldb-version-from ${CMAKE_CURRENT_LIST_DIR}/leveldb.cmake
60+
PATCH_COMMAND patch -Np1 -i ${CMAKE_CURRENT_LIST_DIR}/firestore_snappy.patch.txt
6261
HTTP_HEADER "${EXTERNAL_PROJECT_HTTP_HEADER}"
6362
)
6463
endfunction()

cmake/external/firestore_patch.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)