Skip to content

Commit

Permalink
prefix invocation of python script with PYTHON_EXECUTABLE (ros/genpy#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Dec 28, 2013
1 parent a1ea589 commit ff45749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionlib_msgs/cmake/actionlib_msgs-extras.cmake.em
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ macro(add_action_files)
stamp(${actionfile})

if(${actionfile} IS_NEWER_THAN ${MESSAGE_DIR}/${ACTION_SHORT_NAME}Action.msg)
safe_execute_process(COMMAND ${CATKIN_ENV} ${GENACTION_BIN} ${actionfile} -o ${MESSAGE_DIR})
safe_execute_process(COMMAND ${CATKIN_ENV} ${PYTHON_EXECUTABLE} ${GENACTION_BIN} ${actionfile} -o ${MESSAGE_DIR})
endif()

add_message_files(
Expand Down

0 comments on commit ff45749

Please sign in to comment.