rm5248 commented on code in PR #446: URL: https://github.com/apache/logging-log4cxx/pull/446#discussion_r1912058846
########## 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: should this be moved up one line? The NTEventLogAppender would only be available on Windows. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org