swebb2066 commented on code in PR #446:
URL: https://github.com/apache/logging-log4cxx/pull/446#discussion_r1912364746
##########
CMakeLists.txt:
##########
@@ -327,7 +322,9 @@ message(STATUS " Using syslog.h .................. :
${HAS_SYSLOG}")
endif()
message(STATUS " TelnetAppender .................. :
${LOG4CXX_NETWORKING_SUPPORT}")
message(STATUS " NTEventLogAppender .............. :
${HAS_NT_EVENTLOG_APPENDER}")
+if(WIN32)
Review Comment:
On the basis that showing an unavailable option is not helpful, yes
NTEventLogAppender status should only be shown on WIN32
--
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]