libgeodecomp icon indicating copy to clipboard operation
libgeodecomp copied to clipboard

cmake checks for compilerversions

Open TakaTuka opened this issue 9 years ago • 1 comments

There are some checks of configurations possible to prevent errors between C++14 and nvcc Compiler.

TakaTuka avatar Feb 02 '16 12:02 TakaTuka

CMake should check if the C++ compiler supports C++14 (done), CUDA is available (done) and if CUDA supports C++14. If not then we're in trouble and the user needs to decide which feature (C++14 or CUDA) to use.

gentryx avatar Sep 27 '16 20:09 gentryx