-
Notifications
You must be signed in to change notification settings - Fork 45
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
CMake - Deprecation of versions < 3.5 #92
Comments
@henrygab as a note - this is an issue with the PICO SDK and the way we're using it in the build process. I ran into this and it's corrected if you use the The fix (or least I think the fix) is to first perform a build of the picotool system and issue the install (see here) it should go away. Looking at this again, it is specifically using the 2.0.0 version of the build, which is fine, but also, could probably revert the git repo back to head since this is really used to bootstrap picotool to allow the rest of the checks to operate successfully. |
You understand this far better than I do, even with your clear explanations. |
@henrygab for what it's worth - this is "fixed" in the container build of the BP. By bootstraping the pico-tool build, you only receive the warning when the container is built. Once the pico-tool has been built and installed within the environment, there's no longer this issue or a need for #91 Container build with pico-tool "bootstrap":
Container build output:
|
The following warning appears in the GitHub Action builds.
Should be an easy fix, if someone's up for it.
The text was updated successfully, but these errors were encountered: