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
Catch2 has ditched its single header include for a while. Also the constant SIGSTKSZ has been changed from a constant to a dynamic value, which breaks the legacy build and requires a hotfix currently. Thus a local compatibility repository is needed for now, which should be avoided.
The text was updated successfully, but these errors were encountered:
Catch2 has ditched its single header include for a while. Also the constant
SIGSTKSZ
has been changed from a constant to a dynamic value, which breaks the legacy build and requires a hotfix currently. Thus a local compatibility repository is needed for now, which should be avoided.The text was updated successfully, but these errors were encountered: