rticonnextdds-examples
rticonnextdds-examples copied to clipboard
[ENH] Improve the CMakeLists.txt for routing_service_remote_admin example
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}.