mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
cmGlobalGenerator: use single chars where possible
This commit is contained in:
@@ -2019,7 +2019,7 @@ void cmGlobalGenerator::CheckTargetProperties()
|
||||
for (auto const& notFound : notFoundMap) {
|
||||
notFoundVars += notFound.first;
|
||||
notFoundVars += notFound.second;
|
||||
notFoundVars += "\n";
|
||||
notFoundVars += '\n';
|
||||
}
|
||||
cmSystemTools::Error(
|
||||
cmStrCat("The following variables are used in this project, "
|
||||
|
||||
Reference in New Issue
Block a user