We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbfa64 commit 9b43ce1Copy full SHA for 9b43ce1
test/CMakeLists.txt
@@ -15,8 +15,8 @@ target_compile_features ( wait_queue_test PRIVATE cxx_std_20 )
15
# add dependencies
16
include ( ../cmake/download_cpm.cmake )
17
18
-CPMAddPackage ( "gh:catchorg/Catch2@3.6.0" )
19
-CPMAddPackage ( "gh:martinmoene/ring-span-lite@0.6.0" )
+CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
+CPMAddPackage ( "gh:martinmoene/ring-span-lite@0.7.0" )
20
# CPMAddPackage ( "gh:JustasMasiulis/circular_buffer@master" )
21
CPMAddPackage ( NAME circular_buffer
22
URL https://github.com/JustasMasiulis/circular_buffer/archive/refs/heads/master.zip )
0 commit comments