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

Force exception handling / unwind disposition under msvc #539

Merged
merged 1 commit into from
Aug 27, 2019

Commits on Aug 24, 2019

  1. Force exception handling / unwind disposition under msvc

    msvc seems to default to exceptions off, and cmake does not
    explicitly turn it on. Force it on as a public option so any
    users of IlmBase will inherit that option. Otherwise, if an
    exception occurs, mutex unlocks and such do not happen.
    
    Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
    kdt3rd committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    bbb4de4 View commit details
    Browse the repository at this point in the history