We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7130d1e commit 629efbaCopy full SHA for 629efba
CMakeLists.txt
@@ -385,9 +385,6 @@ if(WITH_OTLP_GRPC
385
find_package(gRPC CONFIG)
386
endif()
387
if((NOT Protobuf_FOUND) OR (WITH_OTLP_GRPC AND NOT gRPC_FOUND))
388
- if(WIN32 AND (NOT DEFINED CMAKE_TOOLCHAIN_FILE))
389
- install_windows_deps()
390
- endif()
391
392
if(WIN32 AND (NOT DEFINED CMAKE_TOOLCHAIN_FILE))
393
message(FATAL_ERROR "Windows dependency installation failed!")
0 commit comments