Skip to content

Commit

Permalink
CMake respects the build target passed to rustc by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarnard committed Dec 13, 2017
1 parent 77e236b commit b10e773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osqp-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ fn main() {
),
};

// TODO: Figure out the story around cmake and cross-compilation
let dst = Config::new("osqp")
.define("CTRLC", "OFF")
.define("DFLOAT", "OFF")
Expand Down

0 comments on commit b10e773

Please sign in to comment.