-
Notifications
You must be signed in to change notification settings - Fork 148
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
build: install and develspace interplay #69
Comments
This is because This is related to #11 because these will both be accomplished by introducing some state-fullness to the workspace using a marker file, probably in the build space, with the settings used to build embedded into them. Then when ever a change is detected |
@wjwwood: Your answer is addressing the first issue I raised, right? For that it makes much sense. The second issue is happending when |
Oh, I didn't notice that, I'm not sure, I'd have to reproduce that and look more closely. |
I will open a separate ticket and edit this ticket, since it seems they are quite different issues. |
Since merging #249, installing is now fixed for pure CMake packages. |
I just noticed these issues following a discussion in #64 (comment):
Calling
catkin build --install
aftercatkin build
is broken for pure cmake packages. After the first call they will have been installed into the devel space and the second call will not install them to the source space.Edit: I moved the second issue to #70
The text was updated successfully, but these errors were encountered: