Drop md5sum check for GMX_BUILD_OWN_FFTW
authorChristoph Junghans <junghans@votca.org>
Wed, 31 Jul 2013 19:52:40 +0000 (13:52 -0600)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 26 Sep 2013 23:39:29 +0000 (01:39 +0200)
commitbcab6772b8f070aaae688066ae76103b511f8a4e
tree3ae760d37c0aecf1d719dab1851950aa0fe72270
parent5c5516933bca283382d830350b0501a74750b360
Drop md5sum check for GMX_BUILD_OWN_FFTW

The old version gave a confusing error message about a wrong md5sum if
the download failed.

The new version no longer checks an md5sum at all, which avoids the
need to test a CMake version. It also gives an explicit warning and
instructions on how to proceed safely.

CMake bug reported at http://www.cmake.org/Bug/view.php?id=14330
Noted TODO to revisit if that bug gets fixed.

Noted TODO in master branch to show this warning only the first time a
suitable cached variable is set.

Change-Id: I403896505b178251087d71f95362c3754cd4a2de
admin/installguide/installguide.tex
src/contrib/fftw/CMakeLists.txt