You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake invokes cargo to build the Rust project instead of using an existing build. This simplifies the life of the developers since they have to invoke only one command but makes life harder for integrators.
Similar to our handling with iceoryx_hoofs, a cmake parameter shall be introduced to tell cmake where to look for the Rust artifacts. If they are not found, the cmake shall invoke cargo and build everything from scratch.
The text was updated successfully, but these errors were encountered:
Brief feature description
cmake invokes cargo to build the Rust project instead of using an existing build. This simplifies the life of the developers since they have to invoke only one command but makes life harder for integrators.
Similar to our handling with
iceoryx_hoofs
, a cmake parameter shall be introduced to tell cmake where to look for the Rust artifacts. If they are not found, the cmake shall invoke cargo and build everything from scratch.The text was updated successfully, but these errors were encountered: