Skip to content
Snippets Groups Projects
Verified Commit 94925401 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: add PYTHON_BUILD

parent 4972b13b
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ SET(PYTHON_FILES
)
FOREACH(python ${PYTHON_FILES})
PYTHON_BUILD(${PROJECT_NAME} ${python})
INSTALL(FILES
"${CMAKE_CURRENT_SOURCE_DIR}/eigenpy/${python}"
DESTINATION ${${PYWRAP}_INSTALL_DIR})
......
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