From 4244cec1405fcd46e6efc915a35b74c150b1c600 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Wed, 3 Jan 2024 15:45:03 +0100 Subject: [PATCH] cmake: remove unused check (#1021) --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48ab0de..8d77271 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)