Skip to content

Commit

Permalink
Build zenoh-c with shm feature but do not enable it in the session co…
Browse files Browse the repository at this point in the history
…nfig

Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Jan 24, 2024
1 parent 5314de6 commit a9b4245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
/// Shared memory configuration
shared_memory: {
enabled: true, //
enabled: false,
},
/// Access control configuration
auth: {
Expand Down
2 changes: 1 addition & 1 deletion zenoh_c_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ find_package(ament_cmake_vendor_package REQUIRED)
# Note: We separate the two args needed for cargo with "$<SEMICOLON>" and not ";" as the
# latter is a list separater in cmake and hence the string will be split into two
# when expanded.
set(ZENOHC_CARGO_FLAGS "--no-default-features$<SEMICOLON>--features=zenoh/transport_tcp")
set(ZENOHC_CARGO_FLAGS "--no-default-features$<SEMICOLON>--features=zenoh/transport_tcp zenoh/shared-memory")

ament_vendor(zenoh_c_vendor
VCS_URL https://github.com/eclipse-zenoh/zenoh-c.git
Expand Down

0 comments on commit a9b4245

Please sign in to comment.