Skip to content

Commit cfda620

Browse files
committed
Merge branch '1.6.x' into merge-up-1-6-to-master
* 1.6.x: (maint) Fix Endian warning in Serialization (PA-3244) Update websocketpp for new boost (packaging) Bump to version '1.6.5' [no-promote]
2 parents 7a29892 + cab5001 commit cfda620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

vendor/websocketpp.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ INCLUDE(ExternalProject)
44
EXTERNALPROJECT_ADD(
55
websocketpp
66
PREFIX "${PROJECT_BINARY_DIR}"
7-
URL "file://${VENDOR_DIRECTORY}/websocketpp-0.8.1.zip"
8-
URL_MD5 "af0385e19ae5d37b087b1c73b176f10d"
7+
URL "file://${VENDOR_DIRECTORY}/websocketpp-0.8.2.zip"
8+
URL_MD5 "87d06d8ce62767602cb339d46b6664a1"
99
CONFIGURE_COMMAND ""
1010
BUILD_COMMAND ""
1111
BUILD_IN_SOURCE 1

0 commit comments

Comments
 (0)