-
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
fix chaining of plain cmake packages: remove exec '' statement #422
Conversation
Signed-off-by: Ruben Smits <[email protected]>
I agree that the exec should be removed since setup.sh is never invoked with arguments. But could you please describe what use case was not working for you? |
Op 14 mei 2013 22:16 schreef "Dirk Thomas" [email protected] het
I had multiple plain cmake packages in my workspace which depend on each Ruben
|
Can you please describe a reproducible scenario (at best with step-by-step commands) since I can't reproduce it with a simple workspace consisting of two plain CMake packages where A build_depends on B? |
This is expected, what you need are at least three packages build in the I'll send an example later today if still needed. |
Do you still need that example? |
I will give it a try with three packages and get back to you. |
After I was able to reproduce it with three plain packages I can understand how and why it breaks like that. Thank you for describing it in detail and of course the patch. |
fix chaining of plain cmake packages: remove exec '' statement
Signed-off-by: Ruben Smits [email protected]