update catch2 to 3.4.0 (#517)

This commit is contained in:
Lars Melchior
2023-11-06 18:04:37 +01:00
committed by GitHub
parent ee6d879a50
commit 4276c79d28
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ project(CPMExampleCatch2)
include(../../cmake/CPM.cmake)
CPMAddPackage("gh:cpm-cmake/testpack-fibonacci@2.0")
CPMAddPackage("gh:catchorg/Catch2@3.2.1")
CPMAddPackage("gh:catchorg/Catch2@3.4.0")
# ---- Create binary ----