rospy: targetting genmsg_py.py directly as otherwise cmake doesn't seem to pick up file update
This commit is contained in:
parent
25910de540
commit
e4d8e40503
|
@ -5,7 +5,7 @@ macro(genmsg_py)
|
|||
rosbuild_get_msgs(_msglist)
|
||||
set(_inlist "")
|
||||
set(_autogen "")
|
||||
set(genmsg_py_exe ${rospy_PACKAGE_PATH}/scripts/genmsg_py)
|
||||
set(genmsg_py_exe ${rospy_PACKAGE_PATH}/scripts/genmsg_py.py)
|
||||
|
||||
foreach(_msg ${_msglist})
|
||||
# Construct the path to the .msg file
|
||||
|
|
Loading…
Reference in New Issue