mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
CUDA: Add issue number to Clang separable compilation error
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user