Fix bug in source verification on Windows
authorPaul Bauer <paul.bauer.q@gmail.com>
Fri, 24 Apr 2020 10:59:49 +0000 (12:59 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 27 Apr 2020 06:39:04 +0000 (06:39 +0000)
commitb00211d580f143dfd71983bc8c45d217e4a8ebd3
tree5af41ce8b45bf73009c737e27f4cc47e4fd83ef7
parentd3f44838c82b2c84aea2c75a29a25976ea381977
Fix bug in source verification on Windows

The way to pass the set of directories to be used for validating the
source caused issues on Windows systems, as it replaced ":" characters
to change from strings to lists in CMake.

This caused the top level directory to be changed from e.g. "D:" to
"D;", messing up the rest.

Fixed the message passing to only pass the final directory, and modify
to full path after the set has been passed through.

Fixes #3493

Change-Id: I4076b8e87dc8d72a83af6aa0c7ab4b3366917ed0
cmake/gmxGenerateVersionInfoRelease.cmake
cmake/gmxVersionInfo.cmake