Skip to content
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

Update CMakeLists.txt #1540

Closed
wants to merge 1 commit into from
Closed

Update CMakeLists.txt #1540

wants to merge 1 commit into from

Conversation

erwincoumans
Copy link
Contributor

@erwincoumans erwincoumans commented Mar 13, 2021

This fixes a crash on Windows. Confirmed to work in visual studio 2019.
See also #1431 (comment)

[Remove this line and describe this pull request. Link to relevant GitHub issues, if any.]


Before creating a pull request

  • Document new methods and classes
  • Format new code files using clang-format

Before merging a pull request

  • Set version target by selecting a milestone on the right side
  • Summarize this change in CHANGELOG.md
  • Add unit test(s) for this change

This fixes a crash on Windows. Confirmed to work in visual studio 2019.
See also #1431 (comment)
@traversaro
Copy link
Contributor

I have some doubts related to the fact that just setting the flag /vd2 could also change the ABI of classes with virtual bases that are not defined in DART, I tried a more localized approach in #1541 .

@erwincoumans
Copy link
Contributor Author

Good point, that is even better. I'll close this request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants