-
Notifications
You must be signed in to change notification settings - Fork 341
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
Updated size command #207
Updated size command #207
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @rmspacefish
Please note #182 has been merged.
If I'm correct your commit will print size but only as post build step. If you rebuild and there is "nothing to do" then you do not print size again. The original solution will always print size even when there is nothing to do. For people developping in an IDE where the command line is erased when you hit compile it can be useful to not lose the information.
I' m getting weird errors right now, not sure if it is related. need to check this.. |
Hmm this is odd. I'm getting this error right now when building the
|
@Hish15 we need to do a CI with the actions as required with support of Obko. |
Alright, I had to omit the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested with DEPENDS ${TARGET}
and with DEPENDS ${TARGET}${CMAKE_EXECUTABLE_SUFFIX_C}
Both are working on blinky example. I didn't push investigation further
Co-authored-by: Julien Staub <atsju2@yahoo.fr>
Merge after #182 , extends it with more modern CMake syntax with all lower-case letters