forked from qt-creator/qt-creator
Fix some typos
Change-Id: I3be73c2a4d256a0d28e863fd2517a4d7442b34d8 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -736,7 +736,7 @@ void CMakeRunPage::runCMake()
|
||||
m_cmakeWizard->setKit(generatorInfo.kit());
|
||||
m_cmakeWizard->setUseNinja(generatorInfo.isNinja());
|
||||
|
||||
// If mode is initial the user chooses the kit, otherwise it's already choosen
|
||||
// If mode is initial the user chooses the kit, otherwise it's already chosen
|
||||
// and the environment already contains the kit
|
||||
if (m_mode == Initial)
|
||||
generatorInfo.kit()->addToEnvironment(env);
|
||||
|
||||
Reference in New Issue
Block a user