mmp/pbrt-v3
CMakeLists.txt
:272
CHECK_CXX_SOURCE_COMPILES ( "
__declspec(thread) int x; int main() { }
" HAVE_DECLSPEC_THREAD )
CHECK_CXX_SOURCE_COMPILES ( "
__declspec(thread) int x; int main() { }
" HAVE_DECLSPEC_THREAD )
ELSEIF ( HAVE_DECLSPEC_THREAD )