cmake: remove unused check (#1021)

This commit is contained in:
Sergiu Deitsch 2024-01-03 15:45:03 +01:00 committed by GitHub
parent 0032896711
commit 4244cec140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,11 +170,6 @@ int main(void)
} }
" HAVE___SYNC_VAL_COMPARE_AND_SWAP) " HAVE___SYNC_VAL_COMPARE_AND_SWAP)
check_cxx_source_compiles ("
__declspec(selectany) int a;
int main(void) { return 0; }
" HAVE___DECLSPEC)
if (WITH_TLS) if (WITH_TLS)
set (GLOG_THREAD_LOCAL_STORAGE 1) set (GLOG_THREAD_LOCAL_STORAGE 1)
endif (WITH_TLS) endif (WITH_TLS)