File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -463,6 +463,8 @@ if(VIAMCPPSDK_GRPCXX_VERSION VERSION_LESS 1.43.0)
463
463
set (VIAMCPPSDK_GRPCXX_NO_DIRECT_DIAL 1 )
464
464
endif ()
465
465
466
+ message (STATUS "grpc version ${VIAMCPPSDK_GRPCXX_VERSION} no direct dial ${VIAMCPPSDK_GRPCXX_NO_DIRECT_DIAL} " )
467
+
466
468
include (FetchContent )
467
469
468
470
FetchContent_Declare (
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ configure_file(common/private/version_metadata.hpp.in common/private/version_met
32
32
# Configure the grpc client forward declarations file
33
33
configure_file (common/grpc_fwd.hpp.in common/grpc_fwd.hpp )
34
34
35
+ file (READ ${CMAKE_CURRENT_BINARY_DIR} /common/grpc_fwd.hpp GRPC_FWD )
36
+ message (STATUS "${GRPC_FWD} " )
37
+
35
38
# Set compile and link options based on arguments
36
39
if (VIAMCPPSDK_USE_WALL_WERROR )
37
40
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" )
You can’t perform that action at this time.
0 commit comments