Skip to content

Commit

Permalink
cmake: remove unused check
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Jan 3, 2024
1 parent 0032896 commit d6e6375
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d6e6375

Please sign in to comment.