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:
parent
1cc6caff14
commit
860a6aadae
2 changed files with 3 additions and 2 deletions
3
colcon.pkg
Normal file
3
colcon.pkg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"cmake-args": [ "-DBUILD_IDLC=OFF" ]
|
||||||
|
}
|
|
@ -12,8 +12,6 @@
|
||||||
<url type="repository">https://github.com/eclipse-cyclonedds/cyclonedds</url>
|
<url type="repository">https://github.com/eclipse-cyclonedds/cyclonedds</url>
|
||||||
|
|
||||||
<buildtool_depend>cmake</buildtool_depend>
|
<buildtool_depend>cmake</buildtool_depend>
|
||||||
<buildtool_depend>java</buildtool_depend>
|
|
||||||
<buildtool_depend>maven</buildtool_depend>
|
|
||||||
<depend>openssl</depend>
|
<depend>openssl</depend>
|
||||||
<test_depend>libcunit-dev</test_depend>
|
<test_depend>libcunit-dev</test_depend>
|
||||||
<doc_depend>python3-sphinx</doc_depend>
|
<doc_depend>python3-sphinx</doc_depend>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue