Update by review

pull/20901/head
Esun Kim 5 years ago
parent f33a7645c5
commit 8de389b940
  1. 4
      cmake/ssl.cmake
  2. 4
      cmake/zlib.cmake

@ -12,6 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# The CMakeLists.txt for BoringSSL doesn't propagate include directories
# transitively so `_gRPC_SSL_INCLUDE_DIR` should be set for gRPC
# to find header files.
if(gRPC_SSL_PROVIDER STREQUAL "module")
if(NOT BORINGSSL_ROOT_DIR)
set(BORINGSSL_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/boringssl)

@ -12,6 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# The CMakeLists.txt for zlib doesn't propagate include directories
# transitively so `_gRPC_ZLIB_INCLUDE_DIR` should be set for gRPC
# to find header files.
if(gRPC_ZLIB_PROVIDER STREQUAL "module")
if(NOT ZLIB_ROOT_DIR)
set(ZLIB_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/zlib)

Loading…
Cancel
Save