You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Hunter package manager with Microsoft's CMake and get a crash when CMake tries to unpack hunter.
I've tracked down the crash to the destructor at cmLocale.h, which is caused because setlocale overrides OldLocale's contents.
I've noticed that upstream CMake already has a fix for this crash, so I'll open a PR with this fix.
The text was updated successfully, but these errors were encountered:
I'm trying to use Hunter package manager with Microsoft's CMake and get a crash when CMake tries to unpack hunter.
I've tracked down the crash to the destructor at cmLocale.h, which is caused because setlocale overrides OldLocale's contents.
I've noticed that upstream CMake already has a fix for this crash, so I'll open a PR with this fix.
The text was updated successfully, but these errors were encountered: