CMake/Tests/CompileFeatures/cuda_std_20.cu

5 lines
109 B
Plaintext

#include "cxx_std.h"
#if defined(CXX_STD) && CXX_STD <= CXX_STD_17
# error "cuda_std_20 not honored"
#endif