From: Giovanni Bechis Date: Thu, 23 Mar 2023 07:49:47 +0000 (+0000) Subject: typo, PR #344 [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0a02988ed62313d84b15a00025ebc6819978203;p=thirdparty%2Fapache%2Fhttpd.git typo, PR #344 [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908657 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README.cmake b/README.cmake index b0c3b041e60..938da37d379 100644 --- a/README.cmake +++ b/README.cmake @@ -148,7 +148,7 @@ How to build included if it is present. -DNGHTTP2_INCLUDE_DIR=d:/path/to/nghttp2inst/include (which has nghttp2/*.h) - -DNGHTTP2_LIBRARIES=d:/path/to/nghttp2inst/lib/nghttp2.lib" + -DNGHTTP2_LIBRARIES="d:/path/to/nghttp2inst/lib/nghttp2.lib" These will have to be specified if nghttp2 was installed to a different directory than httpd.