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

Suppresses the tcheck_version test's abort dialog on Windows #477

Merged

Commits on Mar 17, 2021

  1. Suppresses the tcheck_version test's abort dialog on Windows

    Windows raises a modal abort/retry/ignore dialog box when CRT
    calls abort(). This change installs a report hook that suppresses
    the dialog so that the CMake tests don't time out waiting for a
    nonexistent user to click a dialog box.
    derobins committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2ba1368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd132b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10f4c01 View commit details
    Browse the repository at this point in the history