We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0521e92 commit b63d1dbCopy full SHA for b63d1db
2 files changed
conanfile.txt
@@ -1,5 +1,5 @@
1
[requires]
2
-catch2/3.13.0
+catch2/3.14.0
3
trompeloeil/49
4
5
[generators]
test/CMakeLists.txt
@@ -10,11 +10,6 @@ function(add_test_suite name)
10
if( COVERAGE )
11
target_link_libraries(${name} PRIVATE gcov)
12
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()
18
endfunction()
19
20
0 commit comments