mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
cmGlobalNinjaGenerator: avoid unnecessary string addition
This commit is contained in:
@@ -714,7 +714,7 @@ bool cmGlobalNinjaGenerator::CheckFortran(cmMakefile* mf) const
|
||||
/* clang-format off */
|
||||
e <<
|
||||
"The Ninja generator does not support Fortran using Ninja version\n"
|
||||
" " + this->NinjaVersion + "\n"
|
||||
" " << this->NinjaVersion << "\n"
|
||||
"due to lack of required features. "
|
||||
"Kitware has implemented the required features and they have been "
|
||||
"merged to upstream ninja for inclusion in Ninja 1.10 and higher. "
|
||||
|
||||
Reference in New Issue
Block a user