summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/ToolkitIsSystemInclude/main.cu
blob: 6cff8a11777bd322ad357e9473b7a8c49b5d098a (plain)
1
2
3
4
#include "nvrtc.h"
#ifndef CMAKE_CUDA_TOOLKIT_IS_SYSTEM
#  error "Failed to specify the CUDA Toolkit includes as system"
#endif