Reduce verbosity of VTKmCheckCopyright

This makes it easier to find the offending files when
going through the output.
This commit is contained in:
Robert Maynard 2019-01-29 12:13:52 -05:00
parent 545a2ce91d
commit baaa47af43

@ -234,7 +234,6 @@ foreach (glob_expression ${FILES_TO_CHECK})
endforeach(exception)
if (NOT skip)
message("Checking ${file}")
check_copyright("${VTKm_SOURCE_DIR}/${file}")
endif (NOT skip)
endforeach (file)