1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00
nix-ros-overlay/distros/catkin-setup-hook
Ben Wolsieffer 6dbcb30f57 catkin: pass -DCATKIN_BUILD_BINARY_PACKAGE=ON
This disables generation of the setup scripts, which were already being deleted
anyway. It also disables generation of the .catkin marker, which is
unfortunately still needed the ROS_PACKAGE_PATH environment hook. To work around
this, .catkin is generated manually.

The other reason to set this option is to fix some packages (maybe only
plotjuggler-msgs) that use CATKIN_BUILD_BINARY_PACKAGE as one (unreliable)
method of determining whether they are being built for ROS 1 rather than ROS 2.

Fixes #216
2022-10-08 22:37:47 -04:00
..
default.nix buildEnv: wrap binaries 2020-08-02 18:58:08 -04:00
setup-hook.sh catkin: pass -DCATKIN_BUILD_BINARY_PACKAGE=ON 2022-10-08 22:37:47 -04:00