Lower required catch2 version

This commit is contained in:
Maarten L. Hekkelman
2025-09-24 16:42:45 +02:00
parent 5fc965789d
commit e3d2cbd044

View File

@@ -31,7 +31,7 @@ if(NOT (Catch2_FOUND OR TARGET Catch2))
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.8.0)
GIT_TAG v3.4.0)
FetchContent_MakeAvailable(Catch2)