CMake: Fix WS only

Change-Id: I2ab4d5e3998ee550cdc00e27a314ae3109c8225b
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Tobias Hunger
2020-04-16 18:21:16 +02:00
parent 5350288e45
commit 43895c87a2

View File

@@ -701,7 +701,7 @@ Tasks CMakeGeneratorKitAspect::validate(const Kit *k) const
addWarning(tr("The selected CMake binary has no server-mode and the CMake "
"generator does not generate a CodeBlocks file. "
"%1 will not be able to parse CMake projects.")
.arg(Core::Constants::IDE_DISPLAY_NAME));
.arg(Core::Constants::IDE_DISPLAY_NAME));
}
}