aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/external/googletest.cmake
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-06-28 14:03:52 -0700
committerGravatar GitHub <noreply@github.com>2018-06-28 14:03:52 -0700
commitb8eb4e04497a5d51343e94465fd01b39a520c29c (patch)
tree7dd8dbe40db86229523afdaa296b6c7673dbbeb1 /cmake/external/googletest.cmake
parent74fa22f1de418d5389b5a68e379a689516c3980b (diff)
Add a CMake external build for c-ares (#1472)
* Add an external build for c-ares * Use installed c-ares package configuration * Adjust protobuf configuration to use the standard Protobuf_DIR variable. * Have grpc depend on c-ares * Drop UPDATE_COMMAND where it doesn't matter
Diffstat (limited to 'cmake/external/googletest.cmake')
-rw-r--r--cmake/external/googletest.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/external/googletest.cmake b/cmake/external/googletest.cmake
index 3af136e..b80c098 100644
--- a/cmake/external/googletest.cmake
+++ b/cmake/external/googletest.cmake
@@ -27,6 +27,5 @@ ExternalProject_Add(
CMAKE_CACHE_ARGS
-DCMAKE_INSTALL_PREFIX:STRING=${FIREBASE_INSTALL_DIR}
- UPDATE_COMMAND ""
TEST_COMMAND ""
)