forked from qt-creator/qt-creator
CMake: Fix WS only
Change-Id: I2ab4d5e3998ee550cdc00e27a314ae3109c8225b Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -701,7 +701,7 @@ Tasks CMakeGeneratorKitAspect::validate(const Kit *k) const
|
|||||||
addWarning(tr("The selected CMake binary has no server-mode and the CMake "
|
addWarning(tr("The selected CMake binary has no server-mode and the CMake "
|
||||||
"generator does not generate a CodeBlocks file. "
|
"generator does not generate a CodeBlocks file. "
|
||||||
"%1 will not be able to parse CMake projects.")
|
"%1 will not be able to parse CMake projects.")
|
||||||
.arg(Core::Constants::IDE_DISPLAY_NAME));
|
.arg(Core::Constants::IDE_DISPLAY_NAME));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user