-
Notifications
You must be signed in to change notification settings - Fork 280
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
Basic .cmake files listed in CFG_EXTRAS arguments of catkin_package not installed in devel space #353
Comments
…ments to the devel space (fix ros#353) Signed-off-by: Ruben Smits <ruben.smits@intermodalics.eu>
Could you please describe why you think that should be performed? In general there is no reason to copy any file from source to devel space. So imho this should not be done automatically. |
On Wed, Feb 6, 2013 at 9:16 PM, Dirk Thomas notifications@github.com wrote:
From the documentation of the catkin_package cmake macro: :param CFG_EXTRAS: a CMake file containing extra stuff that should be accessible to users of this package after
|
The behavior you would like to achieve is already possible and it does not require the file to be copied to devel space. Please take a look to i.e. https://github.com/ros/class_loader how this is done. I closed the related pull request (without merging it) but will keep this issue open until the documentation has been updated to reflect these different options |
Hi,
Apparently the plain .cmake files listed in the CFG_EXTRAS arguments are not copied the the devel space (I did not check install space yet, but after looking at the code this looks ok).
I have a patch ready, will send ASAP
Ruben
The text was updated successfully, but these errors were encountered: