PLSysSec / rlbox

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

Allow use of system Catch2 #27

Closed bansan85 closed 3 years ago

bansan85 commented 3 years ago

Catch2 may be already installed on system.

shravanrn commented 3 years ago

Ah cool, looks like catch2 supports cmake's find_package https://catch2.docsforge.com/v2.13.2/odds-and-ends/cmake-integration/

Looks good to me. Will merge