Stop checking CUDA version reported by nvcc
commit3a33f6e60bad5dc6ef105a99298f4514affcdb2e
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 25 Sep 2019 17:30:36 +0000 (25 19:30 +0200)
committerArtem Zhmurov <zhmurov@gmail.com>
Fri, 27 Sep 2019 12:22:43 +0000 (27 14:22 +0200)
tree6d832f98be5bcc0268af783e6b0be730138ad86d
parentbc406d20f5158a46b06bddcd5876e1a6f087f28a
Stop checking CUDA version reported by nvcc

We should trust FindCUDA.cmake to do its job (and not find headers
that don't match nvcc), and also prepare to use the native CUDA
support in CMake (where nvcc isn't used).

Removed unused GMX_CUDA_VERSION config variable

Change-Id: I8959c16c7e1247dc114bae818e0b867cf6b8ae71
cmake/TestCUDAVersion.cpp [deleted file]
cmake/gmxManageGPU.cmake
src/config.h.cmakein