vopl commented on issue #349: URL: https://github.com/apache/logging-log4cxx/issues/349#issuecomment-1937499893
LOG4CXX_NS is a cached variable with the default value "log4cxx", declared here https://github.com/apache/logging-log4cxx/blob/master/src/main/include/CMakeLists.txt#L82. The problem is the empty LOG4CXX_NS value in your case, but an empty value is impossible with regular project usage. Please, try to clear CMake cache and reconfigure from scratch, the problem should gone. -- 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]
