Skip to content

Commit 0ced228

Browse files
committed
debug stmts
1 parent 8ba5efa commit 0ced228

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ if(VIAMCPPSDK_GRPCXX_VERSION VERSION_LESS 1.43.0)
463463
set(VIAMCPPSDK_GRPCXX_NO_DIRECT_DIAL 1)
464464
endif()
465465

466+
message(STATUS "grpc version ${VIAMCPPSDK_GRPCXX_VERSION} no direct dial ${VIAMCPPSDK_GRPCXX_NO_DIRECT_DIAL}")
467+
466468
include(FetchContent)
467469

468470
FetchContent_Declare(

src/viam/sdk/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ configure_file(common/private/version_metadata.hpp.in common/private/version_met
3232
# Configure the grpc client forward declarations file
3333
configure_file(common/grpc_fwd.hpp.in common/grpc_fwd.hpp)
3434

35+
file(READ ${CMAKE_CURRENT_BINARY_DIR}/common/grpc_fwd.hpp GRPC_FWD)
36+
message(STATUS "${GRPC_FWD}")
37+
3538
# Set compile and link options based on arguments
3639
if (VIAMCPPSDK_USE_WALL_WERROR)
3740
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")

0 commit comments

Comments
 (0)