FASTBuild: fix typo in IDE target log message

This commit is contained in:
AJIOB
2026-07-08 09:40:47 -04:00
committed by Brad King
parent 04b2dfd8be
commit 1482795668
+1 -1
View File
@@ -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;
}