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/08/21 17:30:34 UTC

[qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1744: Added libnghttp2-dev to travis.yml

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

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


The following commit(s) were added to refs/heads/dev-protocol-adaptors by this push:
     new b3ef84d  DISPATCH-1744: Added libnghttp2-dev to travis.yml
b3ef84d is described below

commit b3ef84df7e5e2b52e7dc5fe0a33c9ee174d57cda
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Fri Aug 21 13:28:23 2020 -0400

    DISPATCH-1744: Added libnghttp2-dev to travis.yml
---
 .travis.yml                | 1 +
 cmake/Findlibnghttp2.cmake | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f4c8284..ab84fe7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -110,6 +110,7 @@ addons:
     - tox
     # code coverage
     - lcov
+    - libnghttp2-dev
 
 install:
 - NPROC=2
diff --git a/cmake/Findlibnghttp2.cmake b/cmake/Findlibnghttp2.cmake
index 72042a7..50950f4 100644
--- a/cmake/Findlibnghttp2.cmake
+++ b/cmake/Findlibnghttp2.cmake
@@ -24,7 +24,7 @@ find_library(NGHTTP2_LIBRARIES
 
 find_path(NGHTTP2_INCLUDE_DIRS
   NAMES nghttp2.h
-  HINTS "${LIBWEBSOCKETS_INCLUDEDIR}" "${LIBWEBSOCKETS_ROOT}/include" "${CMAKE_INSTALL_PREFIX}/include"
+  HINTS "${CMAKE_INSTALL_PREFIX}/include"
   PATHS "/usr/include/nghttp2"
 )
 


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