Merge pull request #2290 from murgatroid99/grpc-tools_mac_deployment_target_fix

grpc-tools: Build for older Mac version
This commit is contained in:
Michael Lumish 2022-12-05 11:06:50 -08:00 committed by GitHub
commit c92d3d525a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.7)
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.7" CACHE STRING "Minimum OS X deployment version")
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)

View File

@ -1,6 +1,6 @@
{
"name": "grpc-tools",
"version": "1.12.1",
"version": "1.12.2",
"author": "Google Inc.",
"description": "Tools for developing with gRPC on Node.js",
"homepage": "https://grpc.io/",