Skip to content

CUDA: Throw error if CUDA_SEPARABLE_COMPILATION is ON when using Clang

Raul Tambre requested to merge tambre/cmake:cuda_clang_separable_error into master

Separable compilation isn't supported yet on Clang. Let's throw a helpful error instead of confusing errors during the build.

Merge request reports