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>
This commit is contained in:
Scott K Logan 2019-10-22 11:49:47 -07:00 committed by eboasson
parent 1cc6caff14
commit 860a6aadae
2 changed files with 3 additions and 2 deletions

3
colcon.pkg Normal file
View file

@ -0,0 +1,3 @@
{
"cmake-args": [ "-DBUILD_IDLC=OFF" ]
}