rospy: targetting genmsg_py.py directly as otherwise cmake doesn't seem to pick up file update

This commit is contained in:
Ken Conley 2010-04-09 00:40:10 +00:00
parent 25910de540
commit e4d8e40503
1 changed files with 1 additions and 1 deletions

View File

@ -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