Exclude CUDA 10.2 as well from C++17 compilation
authorSzilárd Páll <pall.szilard@gmail.com>
Sat, 24 Oct 2020 12:05:08 +0000 (12:05 +0000)
committerAndrey Alekseenko <al42and@gmail.com>
Sat, 24 Oct 2020 12:05:08 +0000 (12:05 +0000)
commite8c0ebcfdc29022f7f5c712621c6e873089d8975
tree5a6f1135b44f12489f2a2dc3bd1e9606443f1f67
parent2dd6f1e6e6e24365b8727a465a9824476c5da501
Exclude CUDA 10.2 as well from C++17 compilation

This commit corrects compilation with CUDA 10.2, which does not support
C++17, by changing the condition to pass -std=c++14 to nvcc added by
commit b6172240bfb5daf80d32150924bcdc46a4b07e10.
cmake/gmxManageNvccConfig.cmake