swebb2066 commented on PR #271:
URL: https://github.com/apache/logging-log4cxx/pull/271#issuecomment-1762486788

   The table in cmake needs the following change:
   ```
   diff --git a/src/site/markdown/development/build-cmake.md 
b/src/site/markdown/development/build-cmake.md
   index 31f9272d..9fe9424d 100644
   --- a/src/site/markdown/development/build-cmake.md
   +++ b/src/site/markdown/development/build-cmake.md
   @@ -71,6 +71,7 @@ $ cmake --build buildtrees/Log4cxx --target install 
--config Release
    |-DLOG4CXX_TEST_PROGRAM_PATH=path| An extra path to prepend to the PATH for 
test programs.  Log4cxx requires zip, sed, and grep on the PATH in order for 
the tests to work properly.                          |
    | -DPREFER_BOOST=on      | Prefer the Boost version of dependent libraries 
over standard library |
    | -DLOG4CXX_QT_SUPPORT=ON | Enable QString API and log4cxx::qt namespace 
methods, requires QtCore, choice of ON, OFF (default).                   |
   +| -DLOG4CXX_EVENTS_AT_EXIT | Prevent static data cleanup to allow event 
logging during application exit. Note: Appender buffers will not be flushed. |
   
    # Platform specific notes:
   
   
   ```
   Is there some other documentation needed?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to