You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2020/02/09 20:20:19 UTC

[logging-log4cxx] 39/49: Fix typo in instructions for building from source on Windows

This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 6ae3567d7d13217dddc72cba92034e856ed38158
Author: Stephen Webb <sw...@gmail.com>
AuthorDate: Fri Feb 7 16:25:13 2020 +1100

    Fix typo in instructions for building from source on Windows
---
 src/site/apt/building/cmake.apt | 2 +-
 src/site/apt/building/maven.apt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/apt/building/cmake.apt b/src/site/apt/building/cmake.apt
index 4e1e888..6f4d876 100644
--- a/src/site/apt/building/cmake.apt
+++ b/src/site/apt/building/cmake.apt
@@ -53,7 +53,7 @@ $ sudo make install
    cmake --build buildtrees\expat --target install --config Release
    cmake -S apr-1.7.0 -B buildtrees\apr -DCMAKE_INSTALL_PREFIX=%HOMEPATH%\Libraries\installed
    cmake --build buildtrees\apr --target install --config Release
-   set CMAKE_PATH_PREFIX=%HOMEPATH%\Libraries\installed
+   set CMAKE_PREFIX_PATH=%HOMEPATH%\Libraries\installed
    cmake -S apr-util-1.6.1 -B buildtrees\apr-util -DCMAKE_INSTALL_PREFIX=%HOMEPATH%\Libraries\installed
    cmake --build buildtrees\apr-util --target install --config Release
    cmake -S apache-log4cxx-x.x.x -B buildtrees\log4cxx -DCMAKE_INSTALL_PREFIX=%HOMEPATH%\Libraries\installed
diff --git a/src/site/apt/building/maven.apt b/src/site/apt/building/maven.apt
index 865cc5a..2fa52a3 100644
--- a/src/site/apt/building/maven.apt
+++ b/src/site/apt/building/maven.apt
@@ -50,7 +50,7 @@ Building Apache log4cxx with Apache Maven 2
    cmake --build buildtrees\expat --target install --config Release
    cmake -S apr-1.7.0 -B buildtrees\apr -DCMAKE_INSTALL_PREFIX=%HOMEPATH%\Libraries\installed
    cmake --build buildtrees\apr --target install --config Release
-   set CMAKE_PATH_PREFIX=%HOMEPATH%\Libraries\installed
+   set CMAKE_PREFIX_PATH=%HOMEPATH%\Libraries\installed
    cmake -S apr-util-1.6.1 -B buildtrees\apr-util -DCMAKE_INSTALL_PREFIX=%HOMEPATH%\Libraries\installed
    cmake --build buildtrees\apr-util --target install --config Release
    cd apache-log4cxx-x.x.x