Skip to content

Commit ca581dd

Browse files
committed
debug prints
1 parent 84546c0 commit ca581dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/viam/api/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ if (VIAMCPPSDK_USE_DYNAMIC_PROTOS)
7777

7878
set(BUF_DOWNLOAD_URL https://github.com/bufbuild/buf/releases/latest/download/buf-${CMAKE_HOST_SYSTEM_NAME}-${HOST_SYSTEM_PROCESSOR_FOR_BUF_DOWNLOAD}${CMAKE_HOST_EXECUTABLE_SUFFIX})
7979

80+
message(STATUS "system name ${CMAKE_SYSTEM_NAME} host name ${CMAKE_HOST_SYSTEM_NAME}")
81+
message(STATUS "exe suffix ${CMAKE_EXECUTABLE_SUFFIX} host suffix ${CMAKE_HOST_EXECUTABLE_SUFFIX}")
82+
8083
file(
8184
DOWNLOAD
8285
${BUF_DOWNLOAD_URL}

0 commit comments

Comments
 (0)