]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo, PR #344 [skip ci]
authorGiovanni Bechis <gbechis@apache.org>
Thu, 23 Mar 2023 07:49:47 +0000 (07:49 +0000)
committerGiovanni Bechis <gbechis@apache.org>
Thu, 23 Mar 2023 07:49:47 +0000 (07:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908657 13f79535-47bb-0310-9956-ffa450edef68

README.cmake

index b0c3b041e607e553fa2ff0819af4aea48af270ae..938da37d3799adba611f61e114a1580796a78088 100644 (file)
@@ -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.