Update Catch2 to latest version

Fixes build errors related to it
This commit is contained in:
SteelT 2023-08-20 19:43:05 -04:00
parent 21706c6edf
commit dbe80ab3a2

View file

@ -88,7 +88,7 @@ if(SRB2_CONFIG_ENABLE_TESTS)
# https://github.com/catchorg/Catch2
CPMAddPackage(
NAME Catch2
VERSION 3.1.1
VERSION 3.4.0
GITHUB_REPOSITORY catchorg/Catch2
OPTIONS
"CATCH_INSTALL_DOCS OFF"