Remove the c++14 flag for CUDA builds on Windows. This flag is no longer necessary...
authorTerry Mahaffey <terrymah@microsoft.com>
Thu, 4 Jun 2020 09:12:52 +0000 (09:12 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Thu, 4 Jun 2020 09:12:52 +0000 (09:12 +0000)
commit7867652f3980768dd86d9cd8a6760b71674fb8af
tree14e5da99386d5caab3ec951c9550f1016ef72e85
parentb1d534519d02e767f10f1de889df05aff8599ea6
Remove the c++14 flag for CUDA builds on Windows. This flag is no longer necessary as C++14 has been the default on Windows for a while, and in any event, the CUDA driver (nvcc) doesn't support this flag anyway - causing the builds to fail.
cmake/gmxManageNvccConfig.cmake