From e8bcac072a7b500bbc4c65b02bd48244263a76a9 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 19 Jul 2018 18:01:31 +0000 Subject: [PATCH] Unclear why half of r1743512 was previously merged, but here's the remainder. PR62190 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836289 13f79535-47bb-0310-9956-ffa450edef68 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46547e452d..e2d5020323 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -407,6 +407,7 @@ SET(mod_firehose_requires SOMEONE_TO_MAKE_IT_COMPILE_ON_WINDOWS) SET(mod_heartbeat_extra_libs mod_watchdog) SET(mod_http2_requires NGHTTP2_FOUND) SET(mod_http2_extra_defines ssize_t=long) +SET(mod_http2_extra_includes ${NGHTTP2_INCLUDE_DIR}) SET(mod_http2_extra_libs ${NGHTTP2_LIBRARIES}) SET(mod_http2_extra_sources modules/http2/h2_alt_svc.c -- 2.40.0