|
From: <log...@li...> - 2026-06-09 20:33:20
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Log4cpp Git repository.".
The branch, master has been updated
via 1c3e31561d1c418f3f6ef44c3df48318788b4829 (commit)
from aaa0bb36c0f8a6e406b99dabdd021bb5dcdff15c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 1c3e31561d1c418f3f6ef44c3df48318788b4829
Author: A. Maitland Bottoms <bo...@de...>
Date: Sun Jun 7 12:22:44 2026 -0400
set soversion
for CMake build to match the configure.in setting LT_VERSION=5:6:0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07d6d11..51b7d1d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -156,6 +156,7 @@ ENDIF (LOG4CPP_BUILD_STATIC)
IF (LOG4CPP_BUILD_SHARED)
CREATE_LOG4CPP_LIB ( log4cpp_shared SHARED ${LOG4CPP_LIBRARY_NAME} )
+ SET_TARGET_PROPERTIES( log4cpp_shared PROPERTIES VERSION 5.6.0 SOVERSION 5)
ADD_LIBRARY ( log4cpp::log4cpp_shared ALIAS log4cpp_shared )
ADD_LIBRARY ( LOG4CPP_SHARED ALIAS log4cpp_shared )
IF (WIN32)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Log4cpp Git repository.
|