Add GTEST_HAS_PTHREAD to target interface

This commit is contained in:
gitplcc 2022-12-30 17:18:15 +01:00 committed by GitHub
parent 71140c3ca7
commit a0a4aa8083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,6 +187,8 @@ function(cxx_library_with_type name type cxx_flags)
$<INSTALL_INTERFACE:GTEST_LINKED_AS_SHARED_LIBRARY=1>)
endif()
endif()
target_compile_definitions(${name} INTERFACE
$<INSTALL_INTERFACE:GTEST_HAS_PTHREAD=$<BOOL:${GTEST_HAS_PTHREAD}>>)
if (DEFINED GTEST_HAS_PTHREAD)
if ("${CMAKE_VERSION}" VERSION_LESS "3.1.0")
set(threads_spec ${CMAKE_THREAD_LIBS_INIT})