This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new dfb99ce9 Prevent cmake warning message (#289)
dfb99ce9 is described below
commit dfb99ce9fdc892c795340b035a8ed93d8fe3d46a
Author: vopl <[email protected]>
AuthorDate: Sat Nov 11 06:29:17 2023 +0300
Prevent cmake warning message (#289)
---
src/main/cpp/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/cpp/CMakeLists.txt b/src/main/cpp/CMakeLists.txt
index a745078e..42d3d182 100644
--- a/src/main/cpp/CMakeLists.txt
+++ b/src/main/cpp/CMakeLists.txt
@@ -211,7 +211,7 @@ if(LOG4CXX_EVENTS_AT_EXIT)
target_sources(log4cxx
PRIVATE atexitregistry.cpp
)
-endif(WIN32)
+endif(LOG4CXX_EVENTS_AT_EXIT)
if(WIN32)
target_sources(log4cxx