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
I'm calling cross from cmake to build a Rust component, and I wanted to relocate the target directory under cmake's build root. Unfortunately, this does not work, because cross seems to assume that target must always be located next to Cargo.toml.
Relocating target via .cargo/config containing target-dir = "build/target" doesn't work either.