rticonnextdds-examples icon indicating copy to clipboard operation
rticonnextdds-examples copied to clipboard

[ENH] Improve the CMakeLists.txt for routing_service_remote_admin example

Open pralhadsapre opened this issue 3 years ago • 0 comments

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}.

pralhadsapre avatar Jun 17 '22 16:06 pralhadsapre