This is an automated email from the ASF dual-hosted git repository.

swebb2066 pushed a commit to branch next_stable
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/next_stable by this push:
     new 4fa615c9 Include thread_local support status in cmake configuration 
output
4fa615c9 is described below

commit 4fa615c9a849e28274cb8bcc7ad5c9c9d3677453
Author: Stephen Webb <[email protected]>
AuthorDate: Mon Sep 19 12:20:52 2022 +1000

    Include thread_local support status in cmake configuration output
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4791abe1..63a2951a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -255,6 +255,7 @@ message(STATUS "  Qt support ...................... : 
${LOG4CXX_QT_SUPPORT}")
 message(STATUS "C++ version and Boost settings:")
 message(STATUS "  Prefer boost: ................... : ${PREFER_BOOST}")
 message(STATUS "  thread implementation ........... : ${THREAD_IMPL}")
+message(STATUS "  thread_local support? ........... : ${HAS_THREAD_LOCAL}")
 message(STATUS "  mutex implementation ............ : ${MUTEX_IMPL}")
 message(STATUS "  shared_ptr implementation ....... : ${SMART_PTR_IMPL}")
 message(STATUS "  shared_mutex implementation ..... : ${SHARED_MUTEX_IMPL}")

Reply via email to