This is an automated email from the ASF dual-hosted git repository. rmiddleton pushed a commit to branch LOGCXX-528 in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit 59ee7e3d51dfc6599a81a9f3aefc73b41117da44 Author: Robert Middleton <[email protected]> AuthorDate: Thu Jul 8 22:13:08 2021 -0400 Fix check for boost::shared_mutex --- src/cmake/boost-fallback/boost-fallback.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmake/boost-fallback/boost-fallback.cmake b/src/cmake/boost-fallback/boost-fallback.cmake index a8d7d44..66434ff 100644 --- a/src/cmake/boost-fallback/boost-fallback.cmake +++ b/src/cmake/boost-fallback/boost-fallback.cmake @@ -62,7 +62,7 @@ try_compile(Boost_MUTEX_FOUND "${CMAKE_BINARY_DIR}/boost-fallback-compile-tests" "${CMAKE_CURRENT_LIST_DIR}/test-boostmutex.cpp") try_compile(Boost_SHARED_MUTEX_FOUND "${CMAKE_BINARY_DIR}/boost-fallback-compile-tests" "${CMAKE_CURRENT_LIST_DIR}/test-boostsharedmutex.cpp" - LINK_LIBRARIES Threads::Threads + LINK_LIBRARIES Threads::Threads Boost::thread ) try_compile(Boost_ATOMIC_FOUND "${CMAKE_BINARY_DIR}/boost-fallback-compile-tests" "${CMAKE_CURRENT_LIST_DIR}/test-boostatomic.cpp")
