From 2518a1779475f3ba6795c3ccdaf879e0e8fc9149 Mon Sep 17 00:00:00 2001 From: nekosu Date: Mon, 9 Oct 2023 11:17:09 +0800 Subject: [PATCH] test: add a log --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f39e5a77a..fc6523831 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,8 @@ endif(WITH_THRIFT) if(WITH_GRPC) find_package(protobuf REQUIRED) find_package(gRPC CONFIG REQUIRED) + + message(${Protobuf_LIBRARIES}) endif(WITH_GRPC) find_package(ONNXRuntime)