Skip to content
Snippets Groups Projects
Commit 2bf6c9d4 authored by Carlos Mastalli's avatar Carlos Mastalli
Browse files

[bugfix] Right installation path

parent f55041cd
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ SET(${PROJECT_NAME}_PYTHON_FILES
FOREACH(python ${${PROJECT_NAME}_PYTHON_FILES})
PYTHON_BUILD(. ${python})
INSTALL(FILES ${python} DESTINATION ${PYTHON_SITELIB}/examples_robot_data)
INSTALL(FILES ${python} DESTINATION ${PYTHON_SITELIB}/example_robot_data)
ENDFOREACH(python ${${PROJECT_NAME}_PYTHON_FILES})
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