rosidl
rosidl copied to clipboard
rosidl_adapter/cmake/rosidl_adapt_interfaces.cmake: Make ament free
The module FindPython3 already provides the interpreter executable path via Python3_EXECUTABLE. No need to use ament.
Less loaded module means faster execution. And easier for out of tree build system to reuse this function.
Signed-off-by: Yasushi SHOJI [email protected]