We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a3e06 commit aa3f92aCopy full SHA for aa3f92a
1 file changed
package.xml
@@ -18,9 +18,11 @@
18
<build_export_depend>eigen</build_export_depend>
19
20
<!-- Core dependencies -->
21
- <depend>libconsole-bridge-dev</depend>
+ <build_depend>libconsole-bridge-dev</build_depend>
22
+ <exec_depend>libconsole-bridge</exec_depend>
23
<depend>tesseract</depend>
- <depend>cereal</depend>
24
+ <build_depend>cereal</build_depend>
25
+ <build_export_depend>cereal</build_export_depend>
26
<depend>yaml-cpp</depend>
27
<depend>boost_plugin_loader</depend>
28
0 commit comments