You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gb...@apache.org on 2023/03/23 07:49:47 UTC

svn commit: r1908657 - /httpd/httpd/trunk/README.cmake

Author: gbechis
Date: Thu Mar 23 07:49:47 2023
New Revision: 1908657

URL: http://svn.apache.org/viewvc?rev=1908657&view=rev
Log:
typo, PR #344 [skip ci]

Modified:
    httpd/httpd/trunk/README.cmake

Modified: httpd/httpd/trunk/README.cmake
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/README.cmake?rev=1908657&r1=1908656&r2=1908657&view=diff
==============================================================================
--- httpd/httpd/trunk/README.cmake (original)
+++ httpd/httpd/trunk/README.cmake Thu Mar 23 07:49:47 2023
@@ -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.