From 43895c87a2f172eedfafdbba419f3c17bc5eab4d Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 16 Apr 2020 18:21:16 +0200 Subject: [PATCH] CMake: Fix WS only Change-Id: I2ab4d5e3998ee550cdc00e27a314ae3109c8225b Reviewed-by: Tobias Hunger --- src/plugins/cmakeprojectmanager/cmakekitinformation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cmakeprojectmanager/cmakekitinformation.cpp b/src/plugins/cmakeprojectmanager/cmakekitinformation.cpp index d875cbe7e2c..65485ccec62 100644 --- a/src/plugins/cmakeprojectmanager/cmakekitinformation.cpp +++ b/src/plugins/cmakeprojectmanager/cmakekitinformation.cpp @@ -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)); } }