Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CMAKE_INSTALL_PYTHONDIR to specify Python installation directory #820

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Sep 1, 2022

If the users that compiles icub-main does not modify the CMAKE_INSTALL_PYTHONDIR variable, the behaviour is exactly the same as before this PR, as CMAKE_INSTALL_PYTHONDIR is equal to PYTHON_INSTDIR. However, with this change a user can specify arbitrary the directory in which the Python bindings are installed.

Before this PR, CMAKE_INSTALL_PYTHONDIR was defined but not used.

@traversaro
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants