Update Catch2 to latest version

This combined with the previous commit fixes building the test suite
This commit is contained in:
SteelT 2023-07-26 14:09:48 -04:00
parent dc103330ac
commit 34f2594b48

View file

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