Skip to content

Commit

Permalink
[3rd party][grpc] try to build grpc shared lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeliao committed Nov 20, 2024
1 parent e91f634 commit 816e265
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3rd-party/vcpkg-ports/grpc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ vcpkg_check_features(
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS ${FEATURE_OPTIONS}
-DBUILD_SHARED_LIBS=ON
-DgRPC_INSTALL=ON
-DgRPC_BUILD_TESTS=OFF
-DgRPC_STATIC_LINKING=${gRPC_STATIC_LINKING}
-DgRPC_STATIC_LINKING=OFF
-DgRPC_MSVC_STATIC_RUNTIME=${gRPC_MSVC_STATIC_RUNTIME}
-DgRPC_ZLIB_PROVIDER=package
-DgRPC_SSL_PROVIDER=package
Expand Down

0 comments on commit 816e265

Please sign in to comment.