cmake: remove unused check (#1021)
This commit is contained in:
parent
0032896711
commit
4244cec140
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user