From b8eb4e04497a5d51343e94465fd01b39a520c29c Mon Sep 17 00:00:00 2001 From: Gil Date: Thu, 28 Jun 2018 14:03:52 -0700 Subject: 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 --- cmake/external/zlib.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake/external/zlib.cmake') diff --git a/cmake/external/zlib.cmake b/cmake/external/zlib.cmake index 4744fe9..a90a511 100644 --- a/cmake/external/zlib.cmake +++ b/cmake/external/zlib.cmake @@ -35,7 +35,6 @@ else() -DCMAKE_INSTALL_PREFIX:STRING=${FIREBASE_INSTALL_DIR} -DBUILD_SHARED_LIBS:BOOL=OFF - UPDATE_COMMAND "" TEST_COMMAND "" ) endif() -- cgit v1.2.3