diff options
author | Giovanni Bechis <gbechis@apache.org> | 2023-03-23 08:49:47 +0100 |
---|---|---|
committer | Giovanni Bechis <gbechis@apache.org> | 2023-03-23 08:49:47 +0100 |
commit | f0a02988ed62313d84b15a00025ebc6819978203 (patch) | |
tree | cfa5103c14e2130f42ff7baf4e39638bbba0534b /README.cmake | |
parent | * Fix typo (diff) | |
download | apache2-f0a02988ed62313d84b15a00025ebc6819978203.tar.xz apache2-f0a02988ed62313d84b15a00025ebc6819978203.zip |
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.cmake | 2 |
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. |