cmake HAVE_CXX11_TLS examples

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

check_cxx_source_compiles ("
thread_local int tls;
int main() { }
" HAVE_CXX11_TLS)

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

elseif (HAVE_CXX11_TLS)

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

check_cxx_source_compiles ("
thread_local int tls;
int main() { }
" HAVE_CXX11_TLS)

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

elseif (HAVE_CXX11_TLS)