Always hash files when building from release tarball
authorPaul Bauer <paul.bauer.q@gmail.com>
Thu, 16 Jan 2020 13:25:37 +0000 (14:25 +0100)
committerSzilárd Páll <pall.szilard@gmail.com>
Tue, 3 Mar 2020 13:42:54 +0000 (14:42 +0100)
commitcb4882149b2ababff92dc5da0009444e6ab28470
tree8e25453098403ae8600a816f9d1a083f9da5d6cf
parentddbaf0b92c85b36e86d60c2cc515db86617cd57d
Always hash files when building from release tarball

The CMake logic to check if the source files in a release tarball have
not been modified has not been robust enough in cases where people first
run cmake to generate the build directory and then later change files in
the source tree.

The build has now been changed to be more in line with the development
builds, where checking for modifications is happening in all cases.

Fixes #3302

Change-Id: Id54c529bfbe51191ed5262d8da05897b2f53c057
cmake/gmxGenerateVersionInfoRelease.cmake [new file with mode: 0644]
cmake/gmxVersionInfo.cmake
docs/release-notes/2020/2020.1.rst