Fix that rerunning cmake gives the same result as 1st run
authorRoland Schulz <roland@utk.edu>
Tue, 26 Jun 2012 18:50:55 +0000 (14:50 -0400)
committerRoland Schulz <roland@utk.edu>
Tue, 26 Jun 2012 19:02:10 +0000 (15:02 -0400)
commit3f6a09965eadd85a589a9d24141589c371564d3b
tree2013be90cf59add51571e59984a50c02d2aaa4bc
parent8086bf19c18e053a6a48f627960beb1767058262
Fix that rerunning cmake gives the same result as 1st run

- SetBuildInformation: strip was missing for 3 of 6 CPU_* variables
  Not sure why this caused only for the first run an extra newline.
  Extra newline doesn't change the build but causes unnessray
  complete rebuild.
- IsFinite: The cached value of whether one of the 3 isfinite
  function was found wasn't set the 2nd time. Thus after reruninng
  cmake the isfinite function wasn't used anymore.

Change-Id: I988763e6b26cc5bae62c4da66cc7b30f2f93c128
cmake/gmxSetBuildInformation.cmake
cmake/gmxTestIsfinite.cmake