Skip to content

Commit

Permalink
Fix python executable on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien Ballier committed Dec 17, 2013
1 parent 998b3fa commit 0c8e338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/genpy-extras.cmake.em
Expand Up @@ -24,7 +24,7 @@ macro(_generate_msg_py ARG_PKG ARG_MSG ARG_IFLAGS ARG_MSG_DEPS ARG_GEN_OUTPUT_DI

add_custom_command(OUTPUT ${GEN_OUTPUT_FILE}
DEPENDS ${GENMSG_PY_BIN} ${ARG_MSG} ${ARG_MSG_DEPS}
COMMAND ${CATKIN_ENV} ${GENMSG_PY_BIN} ${ARG_MSG}
COMMAND ${CATKIN_ENV} ${PYTHON_EXECUTABLE} ${GENMSG_PY_BIN} ${ARG_MSG}
${ARG_IFLAGS}
-p ${ARG_PKG}
-o ${GEN_OUTPUT_DIR}
Expand Down

0 comments on commit 0c8e338

Please sign in to comment.