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 c5bf123 commit 277c9baCopy full SHA for 277c9ba
debian/rules
@@ -47,8 +47,8 @@ override_dh_shlibdeps:
47
# In case we're installing to a non-standard location, look for a setup.sh
48
# in the install tree that was dropped by catkin, and source it. It will
49
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
50
- if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \
51
# ignore dependency checking since opencv4 comes with Nvidia NX
+ if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \
52
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -l$(CURDIR)/debian/ros-melodic-am-utils//opt/ros/melodic/lib/
53
54
override_dh_auto_install:
0 commit comments