Skip to content

Commit

Permalink
Review update
Browse files Browse the repository at this point in the history
  • Loading branch information
lordgamez committed Nov 20, 2024
1 parent 2a96fb8 commit 18fc861
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc4b6a40a5..ae494f1464 100644
index fc4b6a40a5..a5fa60e677 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -489,7 +489,7 @@ if(WIN32)
set(_gRPC_ALLTARGETS_LIBRARIES ${_gRPC_ALLTARGETS_LIBRARIES} ws2_32 crypt32)
set(_gRPC_STATIC_WIN32 STATIC)
endif()
-
+
if(BUILD_SHARED_LIBS AND WIN32)

# Currently for shared lib on Windows (i.e. a DLL) certain bits of source code
@@ -890,411 +890,6 @@ protobuf_generate_grpc_cpp_with_import_path_correction(
protobuf_generate_grpc_cpp_with_import_path_correction(
test/core/tsi/alts/fake_handshaker/transport_security_common.proto test/core/tsi/alts/fake_handshaker/transport_security_common.proto
Expand Down

0 comments on commit 18fc861

Please sign in to comment.