Skip to content

Commit 21d90e0

Browse files
committed
Fix outdated README.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1933264 13f79535-47bb-0310-9956-ffa450edef68
1 parent c9a9a77 commit 21d90e0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.cmake

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ How to build
6464
-DAPR-Util-specific-flags
6565
d:/path/to/aprutilsource
6666

67-
If APR 1.x was installed to a different directory than APR-Util,
68-
also pass these additional arguments:
67+
To specify the APR installation location, pass one of these additional
68+
arguments:
6969

70-
-DAPR_INCLUDE_DIR=d:/path/to/apr1inst/include
71-
-DAPR_LIBRARIES=d:/path/to/apr1inst/lib/libapr-1.lib
70+
-DCMAKE_PREFIX_PATH=d:/path/to/apr1inst
71+
or
72+
-DAPR_DIR=d:/path/to/apr1inst/lib/cmake/apr
7273

7374
Alternately, use cmake-gui and update settings in the GUI.
7475

0 commit comments

Comments
 (0)