Skip to content

Commit

Permalink
allow to pass quoted parameters to rust
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Nov 20, 2023
1 parent 60fddc1 commit 008231f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ add_custom_command(
COMMAND ${CMAKE_COMMAND} -E echo \"RUSTFLAGS = $$RUSTFLAGS\"
COMMAND ${CMAKE_COMMAND} -E echo \"cargo +${ZENOHC_CARGO_CHANNEL} build ${cargo_flags}\"
COMMAND cargo +${ZENOHC_CARGO_CHANNEL} build ${cargo_flags}
VERBATIM
)
add_custom_target(cargo ALL DEPENDS "${libs}")

Expand Down

0 comments on commit 008231f

Please sign in to comment.