mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
FASTBuild: fix typo in IDE target log message
This commit is contained in:
@@ -1979,7 +1979,7 @@ void cmGlobalFastbuildGenerator::AddIDEProject(
|
||||
{
|
||||
auto const& configs = GetConfigNames();
|
||||
if (std::find(configs.begin(), configs.end(), config) == configs.end()) {
|
||||
LogMessage("Config " + config + " doesn't exist, IDE projest for " +
|
||||
LogMessage("Config " + config + " doesn't exist, IDE project for " +
|
||||
target.Name + " won't be generated");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user