summaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 13:43:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 13:43:02 +0000
commitbe1b1255f7fb08f598e2c251b13db93b2020e692 (patch)
treee80bdc42ae06751337712ca1e310820210b3af9c /README.cmake
parentReleasing progress-linux version 2.4.57-2progress7u1. (diff)
downloadapache2-be1b1255f7fb08f598e2c251b13db93b2020e692.tar.xz
apache2-be1b1255f7fb08f598e2c251b13db93b2020e692.zip
Merging upstream version 2.4.59.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 60fcc42..f262c14 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.