We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cda40e commit e515930Copy full SHA for e515930
1 file changed
example/CMakeLists.txt
@@ -12,7 +12,7 @@ project ( shared_buffer_example LANGUAGES CXX )
12
include ( ../cmake/download_cpm.cmake )
13
14
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.6" )
15
-CPMAddPackage ( "gh:connectivecpp/binary-serialize@1.0.6" )
+CPMAddPackage ( "gh:connectivecpp/binary-serialize@1.0.4" )
16
17
# add executable
18
add_executable ( shared_buffer_example shared_buffer_example.cpp )
0 commit comments