We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#200
This will still be a relative path if the out dir itself is still relative
Given
let dst = Config::new("../") .out_dir("./") .build();
Then
cmake-rs/src/lib.rs
Lines 555 to 559 in 94da9de
You will notice build variable is still relative. Thus #200 does not work as intended.
build
Activity