-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
properly document FPM_CXX, FPM_CXXFLAGS and options #788
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.
Thanks for sharing. Looks good to me.
I am unsure about the reason macos failed. it seems to have failed in |
Finally found it:
|
Apologies @semarie - the CI failure is because |
Many thanks @semarie! I've now merged this, I'll open a separate issue for the MacOS-12 failure. |
thanks for the merge |
fpm
doesn't document C++ compiler / flags neither inREADME.md
neither infpm help
output.the following PR adds it.