cmake HAVE_MSVC_TLS examples

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :222

check_cxx_source_compiles ("
__declspec(thread) int tls;
int main() { }
" HAVE_MSVC_TLS)

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :254

elseif (HAVE_MSVC_TLS)

chatopera/clause thirdparty/glog/CMakeLists.txt :199

check_cxx_source_compiles ("
__declspec(thread) int tls;
int main() { }
" HAVE_MSVC_TLS)

chatopera/clause thirdparty/glog/CMakeLists.txt :219

elseif (HAVE_MSVC_TLS)