CUDA: Add issue number to Clang separable compilation error

This commit is contained in:
Raul Tambre
2020-06-16 20:54:04 +03:00
committed by Brad King
parent 14163d7d6b
commit fec7dd33d3

View File

@@ -1997,7 +1997,8 @@ void cmLocalGenerator::AddLanguageFlags(std::string& flags,
if (separable) {
this->Makefile->IssueMessage(
MessageType::FATAL_ERROR,
"CUDA_SEPARABLE_COMPILATION isn't supported on Clang.");
"CUDA_SEPARABLE_COMPILATION isn't supported on Clang. "
"See CMake issue #20726.");
}
}
}