aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-07-16 08:50:53 -0700
committerGravatar GitHub <noreply@github.com>2018-07-16 08:50:53 -0700
commitcda87fa3afdacf20a097cf6ed90c5c2ef64e0437 (patch)
treeaeda6e64b1b925b7bb8a5dc8189d3c35efa31c4a /Firestore/core
parente963b606f3e90033086e08c1b989153467015ecd (diff)
Convert grpc and protobuf CMake builds to add_subdirectory (#1537)
* Build zlib with grpc's add_subdirectory * Build grpc and its children with add_subdirectory. * Build c-ares with grpc's add_subdirectory * Convert protobuf to a download-only ExternalProject * Temporarily break protobuf within grpc This works because libgrpc has no actual dependency on protobuf * Update boringssl to master@{2018-07-10}
Diffstat (limited to 'Firestore/core')
-rw-r--r--Firestore/core/src/firebase/firestore/remote/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/core/src/firebase/firestore/remote/CMakeLists.txt b/Firestore/core/src/firebase/firestore/remote/CMakeLists.txt
index af62ab1..5de4648 100644
--- a/Firestore/core/src/firebase/firestore/remote/CMakeLists.txt
+++ b/Firestore/core/src/firebase/firestore/remote/CMakeLists.txt
@@ -29,5 +29,5 @@ cc_library(
firebase_firestore_nanopb
firebase_firestore_protos_nanopb
firebase_firestore_util
- grpc::grpc
+ grpc
)