Skip to content

Commit

Permalink
Merge pull request #2290 from murgatroid99/grpc-tools_mac_deployment_…
Browse files Browse the repository at this point in the history
…target_fix

grpc-tools: Build for older Mac version
  • Loading branch information
murgatroid99 committed Dec 5, 2022
2 parents 49f8b5e + 45adf24 commit c92d3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/grpc-tools/CMakeLists.txt
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-tools/package.json
@@ -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/",
Expand Down

0 comments on commit c92d3d5

Please sign in to comment.