From b1bba52a5bfa7ac999abfb6afe3a33413f0335e7 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Tue, 26 Dec 2023 17:43:33 -0500 Subject: [PATCH] help find the dump easier --- backend/cpp/llama/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/cpp/llama/CMakeLists.txt b/backend/cpp/llama/CMakeLists.txt index 241733879147..c429a51c7093 100644 --- a/backend/cpp/llama/CMakeLists.txt +++ b/backend/cpp/llama/CMakeLists.txt @@ -44,6 +44,7 @@ endif() include_directories(${Protobuf_INCLUDE_DIRS}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) +message(STATUS "=== backend/cpp/llama/CMakeLists.txt main variable dump ===") cmake_print_variables(Protobuf_VERSION Protobuf_INCLUDE_DIRS CMAKE_CURRENT_BINARY_DIR C_INCLUDE_PATH Protobuf_INCLUDE_DIR _PROTOBUF_PROTOC _GRPC_CPP_PLUGIN_EXECUTABLE)