Skip to content

Commit 440ced7

Browse files
Updated Catch2 and CPM versions
1 parent 21db766 commit 440ced7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/download_cpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
file(
66
DOWNLOAD
7-
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.8/CPM.cmake
7+
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.42.0/CPM.cmake
88
${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake
99
)
1010
include(${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake)

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmake_minimum_required ( VERSION 3.14 FATAL_ERROR )
99
project ( wait_queue_example LANGUAGES CXX )
1010

1111
# add dependencies
12-
CPMAddPackage ( "gh:connectivecpp/[email protected].4" )
12+
CPMAddPackage ( "gh:connectivecpp/[email protected].5" )
1313

1414
# add executables
1515
add_executable ( wait_queue_example wait_queue_example.cpp )

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_compile_features ( wait_queue_test PRIVATE cxx_std_20 )
1515
# add dependencies
1616
include ( ../cmake/download_cpm.cmake )
1717

18-
CPMAddPackage ( "gh:catchorg/Catch2@3.8.0" )
18+
CPMAddPackage ( "gh:catchorg/Catch2@3.11.0" )
1919
CPMAddPackage ( "gh:martinmoene/[email protected]" )
2020
# CPMAddPackage ( "gh:JustasMasiulis/circular_buffer@master" )
2121
CPMAddPackage ( NAME circular_buffer

0 commit comments

Comments
 (0)