summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorGiovanni Bechis <gbechis@apache.org>2023-03-23 07:49:47 +0000
committerGiovanni Bechis <gbechis@apache.org>2023-03-23 07:49:47 +0000
commitf0a02988ed62313d84b15a00025ebc6819978203 (patch)
treecfa5103c14e2130f42ff7baf4e39638bbba0534b /README.cmake
parentc19e576e9ae3790e679cf23bb5658bad3e3911e8 (diff)
downloadhttpd-f0a02988ed62313d84b15a00025ebc6819978203.tar.gz
typo, PR #344 [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index b0c3b041e6..938da37d37 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.