Skip to content

Commit

Permalink
Remove cvc5 from optional binary
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed May 27, 2024
1 parent a32a178 commit 411d6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
(public_name smtml2)
(name main2)
(modules main2)
(libraries cmdliner smtml smtml.colibri2 smtml.bitwuzla smtml.cvc5)
(libraries cmdliner smtml smtml.colibri2 smtml.bitwuzla)
(optional))
2 changes: 1 addition & 1 deletion bin/main2.ml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let parse_cmdline =
| Z3_prover2 -> (module Z3_mappings2)
| Colibri2_prover -> (module Colibri2_mappings)
| Bitwuzla_prover -> (module Bitwuzla_mappings)
| Cvc5_prover -> (module Cvc5_mappings)
| Cvc5_prover -> failwith "cvc5 turned off for now due to formalsec/ocaml-cvc5#19"
: Mappings_intf.S )
in
Mappings.set_debug debug;
Expand Down

0 comments on commit 411d6a2

Please sign in to comment.