ParaView builds with custom tarballs - turn off hash check
When we are trying to debug an issue with third party libraries, sometimes we will untar a tarball, make a correction, and retar up the tarball. This is then placed in the downloads directory of the superbuild. The problem is that this file's md5 hash won't match.
Please create a flag that can be used in the Superbuild to not check these hashes, but to just use whatever tarball is presented.