You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but the current result is that bin/include/lib are installed at C:\ros\rolling\install\opt\zstd_vendor
but by colcon build --merge-install, I think those 3 sub folders should be installed to C:\ros\rolling\install.
The text was updated successfully, but these errors were encountered:
I think that it would be nice if there was at least an option available that would install the vendor package install components into the install/include and install/lib directories rather than just putting it into opt. Prior to the change in ros2/libyaml_vendor#58, yaml.h and yaml.a would be installed in same directory as most other packages, not in opt.
Hi,
I'm building
ros2/rosbag2/zstd_vendor
and the cmake file is like:but the current result is that
bin/include/lib
are installed atC:\ros\rolling\install\opt\zstd_vendor
but by
colcon build --merge-install
, I think those 3 sub folders should be installed toC:\ros\rolling\install
.The text was updated successfully, but these errors were encountered: