Skip to content

Commit 21db766

Browse files
CMake updates
1 parent c104b14 commit 21db766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/shared-buffer@1.0.2" )
12+
CPMAddPackage ( "gh:connectivecpp/shared-buffer@1.0.4" )
1313

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

0 commit comments

Comments
 (0)