ros / genmsg

Standalone Python library for generating ROS message and service data structures for various languages
http://wiki.ros.org/genmsg
29 stars 74 forks source link

pkg-genmsg.cmake: fix location of pycache obj #103

Closed ghost closed 7 months ago

ghost commented 1 year ago

Without the -d switch, the host location of the source files that get compiled with -m compileall gets injected into the object files. This is unwanted behavior, as it leaks information of the host and also does not provide correct information to the python interpreter, as such files are no longer available on the host.

Closes: #102