Fixes to broken CUDA compiler flags
commit18f223d2d984a8f78b1fa6e6ea06ff2f9c208394
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 7 Aug 2019 13:03:51 +0000 (7 15:03 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Mon, 23 Sep 2019 09:18:49 +0000 (23 11:18 +0200)
tree394b830ef45c98b2caddc9242b19c9550b96adb4
parent032579e051ebeef853465f8c60094c6b24e50a86
Fixes to broken CUDA compiler flags

Because FindCUDA.cmake is non-idiomatic CMake, recent changes to CUDA
compilation lost most of our custom compilation options for host code.
These are now restored.

Compilation options for build configurations deriving from the Release
build configuration are also restored.

Refs #3099

Change-Id: If030a256481faed425379dab00ea658e3c215867
cmake/gmxCFlags.cmake
cmake/gmxManageNvccConfig.cmake
src/CMakeLists.txt
src/gromacs/CMakeLists.txt