rticommunity / rticommunity/rticonnextdds-examples
[ENH] Improve the CMakeLists.txt for routing_service_remote_admin example
Open
@pralhadsapre is already working on this.
Since Jun 17, 2022.
enhancement
- Dominant language
- Python
- Stars
- 148
- Forks
- 153
- PR merge metrics
- No merged PRs in 30d
Description
Enhancement description
The file examples/routing_service/routing_service_remote_admin/c++11/CMakeLists.txt uses variables like ${RTI_ARCH} and $ENV{NDDSHOME} which hinder the developer experience of using the example.
We should remove ${RTI_ARCH} and replace $ENV{NDDSHOME} with ${CONNEXTDDS_DIR}.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.