Skip to content

Commit

Permalink
remove explicit invocation of Python executable when calling executab…
Browse files Browse the repository at this point in the history
…le Python scripts (ros/genpy#23)
  • Loading branch information
dirk-thomas committed Dec 26, 2013
1 parent 86f7409 commit 1d3a39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/genlisp-extras.cmake.em
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ macro(_generate_lisp ARG_PKG ARG_MSG ARG_IFLAGS ARG_MSG_DEPS ARG_GEN_OUTPUT_DIR)
assert(CATKIN_ENV)
add_custom_command(OUTPUT ${GEN_OUTPUT_FILE}
DEPENDS ${GENLISP_BIN} ${ARG_MSG} ${ARG_MSG_DEPS}
COMMAND ${CATKIN_ENV} ${PYTHON_EXECUTABLE} ${GENLISP_BIN} ${ARG_MSG}
COMMAND ${CATKIN_ENV} ${GENLISP_BIN} ${ARG_MSG}
${ARG_IFLAGS}
-p ${ARG_PKG}
-o ${ARG_GEN_OUTPUT_DIR}
Expand Down

0 comments on commit 1d3a39f

Please sign in to comment.