Skip to content

Commit 5eb52fc

Browse files
committed
external_rules.cmake: do not overwrite leveldb.cmake from firestore
1 parent 19b11f4 commit 5eb52fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmake/external_rules.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@ function(download_external_sources)
134134
"\n#include <stdlib.h>\n")
135135
endif()
136136
endif()
137-
if (FIREBASE_INCLUDE_FIRESTORE)
138-
# Tweak Firestore's included version of leveldb to match our own.
139-
file(INSTALL "${PROJECT_SOURCE_DIR}/cmake/external/leveldb.cmake"
140-
DESTINATION "${PROJECT_BINARY_DIR}/external/src/firestore/cmake/external")
141-
endif()
142137
endif()
143138
endfunction()
144139

0 commit comments

Comments
 (0)