[CI] Fix sanity test fail (#35584)

Closes #35584

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35584 from veblush:fix-sanity 379c8df20f
PiperOrigin-RevId: 599268449
pull/35588/head
Esun Kim 1 year ago committed by Copybara-Service
parent 7c347b96eb
commit b34d98fbd4
  1. 8
      CMakeLists.txt

8
CMakeLists.txt generated

@ -8441,6 +8441,14 @@ add_executable(call_filters_test
third_party/upb/upb/wire/eps_copy_input_stream.c
third_party/upb/upb/wire/reader.c
)
if(WIN32 AND MSVC)
if(BUILD_SHARED_LIBS)
target_compile_definitions(call_filters_test
PRIVATE
"GPR_DLL_IMPORTS"
)
endif()
endif()
target_compile_features(call_filters_test PUBLIC cxx_std_14)
target_include_directories(call_filters_test
PRIVATE

Loading…
Cancel
Save