diff --git a/CMakeLists.txt b/CMakeLists.txt index 48ab0de4f..8d77271c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,11 +170,6 @@ int main(void) } " HAVE___SYNC_VAL_COMPARE_AND_SWAP) -check_cxx_source_compiles (" -__declspec(selectany) int a; -int main(void) { return 0; } -" HAVE___DECLSPEC) - if (WITH_TLS) set (GLOG_THREAD_LOCAL_STORAGE 1) endif (WITH_TLS)