SmartThingsCommunity/st-device-sdk-c
test/framework/cmocka/ConfigureChecks.cmake
:116
check_c_source_compiles("
__declspec(thread) int tls;
int main(void) {
return 0;
}" HAVE_MSVC_THREAD_LOCAL_STORAGE)