Skip to content

Commit 6f791f8

Browse files
authored
chore: bump Catch2 to version 3.9.0 (#237)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent e7236c8 commit 6f791f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ target_sources(
4646

4747
if(PROJECT_IS_TOP_LEVEL AND ERRORS_ENABLE_TESTS)
4848
# Import Catch2 as the main testing framework
49-
find_package(Catch2 3.8.0 REQUIRED)
49+
find_package(Catch2 3.9.0 REQUIRED)
5050
include(Catch)
5151

5252
# Append the main library properties instead of linking the library.

0 commit comments

Comments
 (0)