This commit is contained in:
gitplcc 2025-03-27 13:22:39 +02:00 committed by GitHub
commit fe9816cca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,6 +191,8 @@ function(cxx_library_with_type name type cxx_flags)
target_compile_definitions(${name} INTERFACE
$<INSTALL_INTERFACE:GTEST_LINKED_AS_SHARED_LIBRARY=1>)
endif()
target_compile_definitions(${name} INTERFACE
$<INSTALL_INTERFACE:GTEST_HAS_PTHREAD=$<BOOL:${GTEST_HAS_PTHREAD}>>)
if (DEFINED GTEST_HAS_PTHREAD)
target_link_libraries(${name} PUBLIC Threads::Threads)
endif()