Fixed string var expansion in CMake due to CMP0053
authorErik Lindahl <erik@kth.se>
Tue, 2 Sep 2014 06:36:34 +0000 (08:36 +0200)
committerErik Lindahl <erik@kth.se>
Tue, 2 Sep 2014 07:16:53 +0000 (09:16 +0200)
commit05870ba875c31e74e8f817a0834fa9a682c5c007
treef214715b236fde5ebe01883c6daefd57230567d5
parentf553883bb1da551e312511ede94904af440d5b32
Fixed string var expansion in CMake due to CMP0053

CMake policy 0053 means they are deprecating the usage of
@VAR@ in CMakefiles, so CMake-3.0.2 has started to
issue big warnings about this. Replace them with ${VAR}.

Change-Id: I4e63a4eb038edbc27019bfb89c7106e97aa194c2
cmake/gmxDetectSimd.cmake
cmake/gmxSetBuildInformation.cmake