We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac8c8a commit 92af179Copy full SHA for 92af179
src/viam/examples/dial_api_key/CMakeLists.txt
@@ -19,7 +19,6 @@ add_executable(example_dial_api_key
19
target_link_libraries(example_dial_api_key
20
Boost::program_options
21
viam-cpp-sdk::viamsdk
22
- ${VIAMCPPSDK_GRPCXX_LIBRARIES}
23
)
24
25
install(
src/viam/examples/dial_api_key/example_dial_api_key.cpp
@@ -9,10 +9,6 @@
9
10
#include <boost/optional.hpp>
11
#include <boost/program_options.hpp>
12
-#include <grpcpp/channel.h>
13
-#include <grpcpp/client_context.h>
14
-#include <grpcpp/grpcpp.h>
15
-#include <grpcpp/support/status.h>
16
17
#include <viam/sdk/robot/client.hpp>
18
#include <viam/sdk/rpc/dial.hpp>
0 commit comments