From 860a6aadae5c6e31456454496d5b918892434d18 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 22 Oct 2019 11:49:47 -0700 Subject: [PATCH] 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 --- colcon.pkg | 3 +++ package.xml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 colcon.pkg diff --git a/colcon.pkg b/colcon.pkg new file mode 100644 index 0000000..2d2a3ae --- /dev/null +++ b/colcon.pkg @@ -0,0 +1,3 @@ +{ + "cmake-args": [ "-DBUILD_IDLC=OFF" ] +} diff --git a/package.xml b/package.xml index 5b4b661..9d0980d 100644 --- a/package.xml +++ b/package.xml @@ -12,8 +12,6 @@ https://github.com/eclipse-cyclonedds/cyclonedds cmake - java - maven openssl libcunit-dev python3-sphinx