We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's an incremental build issue when removing an aiframe file and also removing the CMakeLists.txt entry, you get:
ninja: error: '../../ROMFS/px4fmu_common/init.d/4040_reaper', needed by 'genromfs/px4fmu_common/init.d/rcS', missing and no known rule to make it
The text was updated successfully, but these errors were encountered:
ROMFS improve copy dependencies
c352e94
- fixes #9369
This is actually kind of tricky with cmake being oblivious to the files that are pruned. I'll see what I can come up with.
Sorry, something went wrong.
Should be good with #10011
dagar
No branches or pull requests
There's an incremental build issue when removing an aiframe file and also removing the CMakeLists.txt entry, you get:
The text was updated successfully, but these errors were encountered: