svn commit: r1933264 - apr/apr-util/branches/1.7.x

[email protected] Thu, 23 Apr 2026 08:31:08 -0000
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <177693306822.1848785.9870641744448597402@svn03-he-fi>
Author: jfclere
Date: Thu Apr 23 08:31:08 2026
New Revision: 1933264

Log:
Fix outdated README.

Modified:
   apr/apr-util/branches/1.7.x/README.cmake

Modified: apr/apr-util/branches/1.7.x/README.cmake
==============================================================================
--- apr/apr-util/branches/1.7.x/README.cmake	Thu Apr 23 08:30:19 2026	(r1933263)
+++ apr/apr-util/branches/1.7.x/README.cmake	Thu Apr 23 08:31:08 2026	(r1933264)
@@ -64,11 +64,12 @@ How to build
      -DAPR-Util-specific-flags
      d:/path/to/aprutilsource
 
-   If APR 1.x was installed to a different directory than APR-Util,
-   also pass these additional arguments:
+   To specify the APR installation location, pass one of these additional
+   arguments:
 
-     -DAPR_INCLUDE_DIR=d:/path/to/apr1inst/include
-     -DAPR_LIBRARIES=d:/path/to/apr1inst/lib/libapr-1.lib
+     -DCMAKE_PREFIX_PATH=d:/path/to/apr1inst
+   or
+     -DAPR_DIR=d:/path/to/apr1inst/lib/cmake/apr
 
    Alternately, use cmake-gui and update settings in the GUI.