You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2020/05/26 17:35:44 UTC

[qpid-dispatch] branch master updated: DISPATCH-1667 - Make 2.4.2 as the minimum required version of LibWebSockets. This closes #742.

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 13edd8d  DISPATCH-1667 - Make 2.4.2 as the minimum required version of LibWebSockets. This closes #742.
13edd8d is described below

commit 13edd8d9c7923e75bf8bb03c060af5c9130cca20
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Fri May 22 12:58:01 2020 -0400

    DISPATCH-1667 - Make 2.4.2 as the minimum required version of LibWebSockets. This closes #742.
---
 cmake/FindLibWebSockets.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/FindLibWebSockets.cmake b/cmake/FindLibWebSockets.cmake
index e00d2de..7da19ed 100644
--- a/cmake/FindLibWebSockets.cmake
+++ b/cmake/FindLibWebSockets.cmake
@@ -51,7 +51,7 @@ if(LIBWEBSOCKETS_INCLUDE_DIRS AND EXISTS "${LIBWEBSOCKETS_INCLUDE_DIRS}/lws_conf
   unset(lws_version_str)
 endif()
 
-set(lws_required "2.1.0")
+set(lws_required "2.4.2")
 if (LIBWEBSOCKETS_VERSION_STRING AND (LIBWEBSOCKETS_VERSION_STRING VERSION_LESS lws_required))
   message(STATUS "Found libwebsockets version ${LIBWEBSOCKETS_VERSION_STRING} but need at least ${lws_required}")
 else()


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org