cyclonedds/colcon.pkg
Scott K Logan 860a6aadae Drop IDLC when building with colcon
This will eliminate two large dependencies when building CycloneDDS with
colcon for ROS 2, which doesn't appear to need the IDLC.

Signed-off-by: Scott K Logan <logans@cottsay.net>
2019-10-22 22:37:40 +02:00

3 lines
43 B
Text

{
"cmake-args": [ "-DBUILD_IDLC=OFF" ]
}