Skip to content
Snippets Groups Projects
Commit ea31090d authored by Michele Alberti's avatar Michele Alberti
Browse files

[dune] Make ONNX library to explicitly depend on the ocaml-protoc-plugin package.

Issue reported by Stephen Sherratt (@gridbugs).
parent 517da594
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
(synopsis "ONNX parser for CAISAR")) (synopsis "ONNX parser for CAISAR"))
(rule (rule
(deps onnx_protoc.proto generate_onnx_interface.sh) (deps onnx_protoc.proto generate_onnx_interface.sh (package ocaml-protoc-plugin))
(targets onnx_protoc.ml) (targets onnx_protoc.ml)
(action (action
(run ./generate_onnx_interface.sh))) (run ./generate_onnx_interface.sh)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment