Skip to content
Snippets Groups Projects
Commit e203541e authored by Keith Francois's avatar Keith Francois Committed by Francois Keith
Browse files

Correct the handling of python modules

Remove the command MAKE_DIRECTORY that has been moved in python.cmake
parent ceebb16e
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,6 @@ FOREACH(lib ${libs})
INSTALL(TARGETS ${lib} DESTINATION lib/plugin)
# build python submodule
STRING(REPLACE - _ PYTHON_LIBRARY_NAME ${lib})
FILE(MAKE_DIRECTORY dynamic_graph/sot/dyninv/${PYTHON_LIBRARY_NAME})
DYNAMIC_GRAPH_PYTHON_MODULE("sot/dyninv/${PYTHON_LIBRARY_NAME}"
${lib}
sot-dyninv-${PYTHON_LIBRARY_NAME}-wrap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment