rticommunity / rticonnextdds-cmake-utils

This repository provides modules and scripts that simplify the process of building and running RTI Connext applications using CMake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] ConnextDdsAddExample script does not propagate DEPENDENCIES argument

lulivi opened this issue · comments

commented

System information

  • Affected script: ConnextDdsAddExample
  • Affected repository: rticonnextdds-examples
  • Operating system:
  • Compiler:
  • Compiler version:
  • Additional information:

What is the current behavior?

When calling connextdds_add_argument function, passing the DEPENDENCIES argument does not propagate it to the connextdds_add_application function. This is used for example in the rticommunity/rticonnextdds-examples#535 network_capture/03_security example pull request and currently it will not build against the security_plugins imported target.

Steps to reproduce the issue

Expected behavior

Suggested solutions