rm5248 commented on PR #170:
URL: https://github.com/apache/logging-log4cxx/pull/170#issuecomment-1367967574

   That wouldn't really do anything, because this is something that needs to be 
set when you build an application that uses log4cxx, not when you build log4cxx.
   
   The intention is to do something like this in CMake:
   ```
   add_executable(foo foo.cpp)
   target_compile_options(foo LOG4CXX_ENABLE_STACKTRACE)
   target_link_libraries(foo log4cxx)
   ```


-- 
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