We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31578be commit a7e70ebCopy full SHA for a7e70eb
cmake/AwsThreadName.cmake
@@ -52,13 +52,6 @@ function(aws_set_thread_name_method target)
52
endfunction()
53
54
function(aws_set_thread_name_getter_method target)
55
- if (APPLE)
56
- # All Apple platforms we support have the same function, so no need for
57
- # compile-time check.
58
- target_compile_definitions(${target} PRIVATE -DAWS_PTHREAD_GETNAME_TAKES_3ARGS)
59
- return()
60
- endif()
61
-
62
# Some platforms have 2 arg version
63
check_c_source_compiles("
64
${c_source_start}
0 commit comments