Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Use Sleipnir backend
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Feb 17, 2024
1 parent ce27588 commit b8da767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use cmake::Config;

fn main() -> miette::Result<()> {
let mut cmake_config = Config::new("..");
let optimizer_backend = "casadi";
let optimizer_backend = "sleipnir";

cmake_config
.profile("RelWithDebInfo")
Expand Down

0 comments on commit b8da767

Please sign in to comment.