Skip to content

Commit 629efba

Browse files
committed
remove call to install_windows_deps
1 parent 7130d1e commit 629efba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,6 @@ if(WITH_OTLP_GRPC
385385
find_package(gRPC CONFIG)
386386
endif()
387387
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()
391388

392389
if(WIN32 AND (NOT DEFINED CMAKE_TOOLCHAIN_FILE))
393390
message(FATAL_ERROR "Windows dependency installation failed!")

0 commit comments

Comments
 (0)