Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
example-robot-data
Commits
2bf6c9d4
Commit
2bf6c9d4
authored
Apr 16, 2019
by
Carlos Mastalli
Browse files
[bugfix] Right installation path
parent
f55041cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/CMakeLists.txt
View file @
2bf6c9d4
...
...
@@ -6,5 +6,5 @@ SET(${PROJECT_NAME}_PYTHON_FILES
FOREACH
(
python
${${
PROJECT_NAME
}
_PYTHON_FILES
}
)
PYTHON_BUILD
(
.
${
python
}
)
INSTALL
(
FILES
${
python
}
DESTINATION
${
PYTHON_SITELIB
}
/example
s
_robot_data
)
INSTALL
(
FILES
${
python
}
DESTINATION
${
PYTHON_SITELIB
}
/example_robot_data
)
ENDFOREACH
(
python
${${
PROJECT_NAME
}
_PYTHON_FILES
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment