aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/external/firestore.cmake
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-07-16 11:46:55 -0700
committerGravatar GitHub <noreply@github.com>2018-07-16 11:46:55 -0700
commitc7fb0a487523b3686a03e3b7f9b459fcb9323a36 (patch)
treeb2a7ddbb1ecf7f354b000642f195129223e4bf81 /cmake/external/firestore.cmake
parent22562f49ebd39bb7f3d3b00f020841eb1f545934 (diff)
Generate CMake frameworks from podspecs (#1531)
* Rename utils.cmake to cc_rules.cmake This makes it less of a dumping ground * Fix sign mismatch in FIRApp * Implement a podspec_framework CMake function ... that generates a CMake framework library target from a podspec. * Remove manual CMake scripts for xcodebuild
Diffstat (limited to 'cmake/external/firestore.cmake')
-rw-r--r--cmake/external/firestore.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/external/firestore.cmake b/cmake/external/firestore.cmake
index d91a543..2409c50 100644
--- a/cmake/external/firestore.cmake
+++ b/cmake/external/firestore.cmake
@@ -13,8 +13,6 @@
# limitations under the License.
include(ExternalProject)
-include(external/FirebaseCore)
-include(external/GoogleUtilities)
include(external/googletest)
include(external/grpc)
include(external/leveldb)
@@ -28,8 +26,6 @@ endif()
ExternalProject_Add(
Firestore
DEPENDS
- FirebaseCore
- GoogleUtilities
googletest
grpc
leveldb