note the reason for auto-disabling GPU support in CMake
authorSzilárd Páll <pszilard@cbr.su.se>
Wed, 16 Jan 2013 20:27:42 +0000 (21:27 +0100)
committerSzilárd Páll <pszilard@cbr.su.se>
Thu, 17 Jan 2013 03:44:34 +0000 (04:44 +0100)
commit044ebce8d268b32feded8a918f57e7716a03b1b8
tree4b3021b561e2e3a58c8490b248da63cda1dd67c5
parente508a07b6e127fa1cf31d263bcbd33e4040066cb
note the reason for auto-disabling GPU support in CMake

As the status message on unsuccesful CUDA detection has been muted, the
user is left clueless about why do we disable GPU support at configure
time. Extended the status message to note that this happens because no
compatible CUDA was found.

Some minor status message and code comment tweaks were also done.

Change-Id: Icfba7b56546997cd38952ceff2b7914c9f5b2d67
cmake/gmxManageGPU.cmake