Skip to content

Commit 23a6d82

Browse files
remove debug print
Created using spr 1.3.7
1 parent c3b1f55 commit 23a6d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/Modules/FindGRPC.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ find_package(Threads REQUIRED)
1313
# LLVM's BUILD_SHARED_LIBS has no effect).
1414
# Package managers like Homebrew will also install Config.cmake and user can
1515
# specify GRPC_INSTALL_PATH or CMAKE_PREFIX_PATH to locate installed package.
16-
message(STATUS "GRPC_INSTALL_PATH: " ${GRPC_INSTALL_PATH})
1716
set(protobuf_MODULE_COMPATIBLE TRUE)
1817
find_package(Protobuf CONFIG HINTS ${GRPC_INSTALL_PATH})
1918
message(STATUS "Using protobuf ${Protobuf_VERSION}")

0 commit comments

Comments
 (0)