Skip to content

Commit

Permalink
RSDK-2069 - Fix proto generation (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuqdog authored Aug 3, 2023
1 parent 6395c4d commit c4f76ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
5 changes: 0 additions & 5 deletions src/viam/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ if (VIAMCPPSDK_USE_DYNAMIC_PROTOS)
config/buf.gen.remote.plugin.yaml.in
buf.gen.yaml
)
elseif ((NOT VIAMCPPSDK_OFFLINE_PROTO_GENERATION) AND (VIAMCPPSDK_GRPCXX_VERSION VERSION_GREATER_EQUAL 1.41.1))
configure_file(
config/buf.gen.custom.remote.yaml.in
buf.gen.yaml
)
else()
configure_file(
config/buf.gen.local.yaml.in
Expand Down
24 changes: 0 additions & 24 deletions src/viam/api/config/buf.gen.custom.remote.yaml.in

This file was deleted.

0 comments on commit c4f76ec

Please sign in to comment.