Correct CUDA version comparisons
commit8e5fbe6d8d1d18392613a3b034cdba18cceb42ce
authorSzilárd Páll <pall.szilard@gmail.com>
Mon, 28 Sep 2015 23:48:39 +0000 (29 01:48 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 15 Oct 2015 12:59:26 +0000 (15 14:59 +0200)
tree1234709e2a4fac2322e41876f98b5b8ab437daf8
parent3b52c4ab1954f1492f93b3d7993d81c9f31e71b0
Correct CUDA version comparisons

CMake's VERSION_LESS/GREATER operator does component-by-component
integer comparison and hence, the dummy CUDA version values with
".999"'s (used to work around the lack of <=/>= were)
resulted in incorrect conditionals.
As a result some binary code has not been generated. The conditional
has now been changed to avoid dummy version numbers.

Change-Id: Id7aad6b0c5eb4d98e37eb096b1f4dd5e02a07932
cmake/gmxManageNvccConfig.cmake