فهرست منبع

CUDA: Add issue number to Clang separable compilation error

Raul Tambre 5 سال پیش
والد
کامیت
fec7dd33d3
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      Source/cmLocalGenerator.cxx

+ 2 - 1
Source/cmLocalGenerator.cxx

@@ -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.");
       }
     }
   }