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 413e162 commit c88e685Copy full SHA for c88e685
src/viam/examples/modules/tflite/CMakeLists.txt
@@ -44,7 +44,6 @@ if (VIAMCPPSDK_BUILD_TFLITE_EXAMPLE_MODULE)
44
target_link_libraries(tflite_module
45
PRIVATE Threads::Threads
46
PRIVATE viam-cpp-sdk::viamsdk
47
- PRIVATE ${VIAMCPPSDK_GRPCXX_LIBRARIES}
48
PRIVATE tensorflowlite_c
49
)
50
src/viam/examples/modules/tflite/main.cpp
@@ -21,9 +21,6 @@
21
#include <sstream>
22
#include <stdexcept>
23
24
-#include <grpcpp/channel.h>
25
-#include <grpcpp/create_channel.h>
26
-#include <grpcpp/security/credentials.h>
27
#include <tensorflow/lite/c/c_api.h>
28
29
#include <viam/sdk/common/proto_value.hpp>
0 commit comments