-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Checked in a better fix based on code review #3896
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
Conversation
Merging to personal fork
Syncing upstream fork
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.
LGTM, thank you!
Do we still want/need this change?
Or should that be reverted as well? |
@eerhardt I have updated the message. Please take a look. |
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.
Lgtm. Thanks for digging into this issue.
* Fixed build errors resulting from upgrade to VS2019 compilers * Added additional message describing the previous fix * Checked in a better fix based on code review * Updated message
Fixes #3893
The earlier fix was clobbering theCMake defaults. @janvorli suggested a better fix to simply replace the offending flag. This checkin has that fix.