This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push: new 402a5f8 NO-JIRA Set minimal required libwebsockets version to 3.0.1 (#1428) 402a5f8 is described below commit 402a5f81af3a14ba7aae1e5fe8c76443f6c7bd0e Author: Jiri Daněk <jda...@redhat.com> AuthorDate: Sat Nov 13 21:18:25 2021 +0100 NO-JIRA Set minimal required libwebsockets version to 3.0.1 (#1428) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e76b7e7..88a24bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,7 @@ CMAKE_DEPENDENT_OPTION(USE_LIBNGHTTP2 "Use libnghttp2 for HTTP/2 support" ON "libnghttp2_FOUND" OFF) # Web Sockets -find_package(LibWebSockets 2.4.2) +find_package(LibWebSockets 3.0.1) CMAKE_DEPENDENT_OPTION(USE_LIBWEBSOCKETS "Use libwebsockets for WebSocket support" ON "LIBWEBSOCKETS_FOUND" OFF) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org