Skip to content

Commit

Permalink
Fix examples CI build error
Browse files Browse the repository at this point in the history
  • Loading branch information
achim-k committed Nov 27, 2023
1 parent f206e61 commit b7268b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/examples/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class FoxgloveWebSocketExamplesConan(ConanFile):
def requirements(self):
self.requires("flatbuffers/23.5.26")
self.requires("foxglove-schemas-protobuf/0.1.0")
self.requires("foxglove-websocket/1.1.0")
self.requires("foxglove-websocket/1.1.0", transitive_headers=True)
self.requires("zlib/1.2.13")
self.requires("boost/1.83.0", transitive_headers=True)

Expand Down

0 comments on commit b7268b4

Please sign in to comment.