You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is quite easy to end up with hardcoded paths in some generated cmake scripts.
A simple and efficient way to test for it is to :
clean the build & devel space after successful tests (to make sure the install space doesnt use it)
move the install space of the test packages before running tests on it. (to make sure there is no hardcoded paths to the original install directory anywhere)
It should help us catch quite a few more tricky bugs.
The text was updated successfully, but these errors were encountered:
It is quite easy to end up with hardcoded paths in some generated cmake scripts.
A simple and efficient way to test for it is to :
It should help us catch quite a few more tricky bugs.
The text was updated successfully, but these errors were encountered: