PLSysSec / rlbox

RLBox sandboxing framework
https://rlbox.dev
MIT License
287 stars 21 forks source link

cmake: upgrade catch2 to the latest version (v2.13.7) #40

Closed arkivm closed 2 years ago

arkivm commented 2 years ago

v2.9.1 of catch2 fails to compile on apple m1 due to this https://github.com/catchorg/Catch2/pull/1084

Tested on MacOS Monterey

arkivm commented 2 years ago

Sorry. Didn't check #39. But this one places a minversion requirement as well.

shravanrn commented 2 years ago

Thanks for the PR. Merged!