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