Skip to content

Commit b63d1db

Browse files
authored
Update Catch 3.14.0 (#144)
1 parent 0521e92 commit b63d1db

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

conanfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[requires]
2-
catch2/3.13.0
2+
catch2/3.14.0
33
trompeloeil/49
44

55
[generators]

test/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ function(add_test_suite name)
1010
if( COVERAGE )
1111
target_link_libraries(${name} PRIVATE gcov)
1212
endif()
13-
14-
# Workaround for catch2 #3076
15-
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "22")
16-
target_compile_options(${name} PRIVATE -Wno-c2y-extensions)
17-
endif()
1813
endfunction()
1914

2015

0 commit comments

Comments
 (0)