mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
Merge topic 'hint-about-missing-extension-on-windows'
186673ba0b cmGlobalGenerator: hint about missing extensions on Windows
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !8914
This commit is contained in:
@@ -874,7 +874,11 @@ void cmGlobalGenerator::EnableLanguage(
|
||||
noCompiler <<
|
||||
"The " << compilerName << ":\n"
|
||||
" " << *compilerFile << "\n"
|
||||
"is not a full path and was not found in the PATH.\n"
|
||||
"is not a full path and was not found in the PATH."
|
||||
#ifdef _WIN32
|
||||
" Perhaps the extension is missing?"
|
||||
#endif
|
||||
"\n"
|
||||
;
|
||||
/* clang-format on */
|
||||
} else if (!cmSystemTools::FileExists(*compilerFile)) {
|
||||
|
||||
Reference in New Issue
Block a user