DrTimothyAldenDavis/SuiteSparse
UMFPACK/CMakeLists.txt
:415
check_source_compiles ( C
"int main(void) {
#pragma loop( no_vector )
for (int j = 0; j < 1; j++) { }
return 0;
}"
HAVE_PRAGMA_LOOP_NO_VECTOR
FAIL_REGEX "[wW]arning" )