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

Don't wrap modules #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Don't wrap modules #7

wants to merge 1 commit into from

Conversation

garyservin
Copy link

Adds an SCRIPTS option to the ament_python_install_package macro and only wraps those scripts.

Comment on lines +168 to +172
# TODO: remove, this is to debug
get_cmake_property(_variableNames VARIABLES)
foreach (_variableName ${_variableNames})
message(STATUS "${_variableName}=${${_variableName}}")
endforeach()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be worth leaving and comment it out, so we can use it to debug later?

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

Successfully merging this pull request may close these issues.

3 participants