-
Notifications
You must be signed in to change notification settings - Fork 782
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
Fix cmake file for gprof (AEGHB-792) #399
Conversation
👋 Hello henrywiechert, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
In case CONFIG_GPROF_ENABLE is not configured, this error occured: "target_compile_options may only set INTERFACE properties on INTERFACE"
59a4ba3
to
8dd4474
Compare
Additional information: When CONFIG_GPROF_ENABLE is not set, the SRCS variable is empty. In such case, Feel free to add this information to the final commit message. |
@henrywiechert The fix looks good to me, thanks! |
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.
sha=8dd4474ee1d43b96a444644906a060dbfe59ff89
sha=8dd4474ee1d43b96a444644906a060dbfe59ff89 |
In case CONFIG_GPROF_ENABLE is not configured, this error occured:
"target_compile_options may only set INTERFACE properties on INTERFACE"